Don't rely on inferior_ptid in record_full_wait
[deliverable/binutils-gdb.git] / sim / common / cgen-types.h
index 77793936f9d5fb953bc483af0ab980a1fd01bafa..259aed299ab71342b65d6dcccb2d5d43820d5e58 100644 (file)
@@ -1,5 +1,5 @@
 /* Types for Cpu tools GENerated simulators.
-   Copyright (C) 1996-2015 Free Software Foundation, Inc.
+   Copyright (C) 1996-2020 Free Software Foundation, Inc.
    Contributed by Cygnus Support.
 
 This file is part of GDB, the GNU debugger.
@@ -56,7 +56,7 @@ typedef enum mode_type {
 #define MAX_TARGET_MODES ((int) MODE_TARGET_MAX)
 #define MAX_MODES ((int) MODE_MAX)
 
-extern const char *mode_names[];
+extern const char * const mode_names[];
 #define MODE_NAME(m) (mode_names[m])
 
 typedef void VOID;
This page took 0.022633 seconds and 4 git commands to generate.