diff options
Diffstat (limited to 'gdb/x86-tdep.h')
-rw-r--r-- | gdb/x86-tdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/x86-tdep.h b/gdb/x86-tdep.h index 6ff62db..0f3e425 100644 --- a/gdb/x86-tdep.h +++ b/gdb/x86-tdep.h @@ -24,7 +24,7 @@ REGISTER_NAMES[LO] (inclusive) to REGISTER_NAMES[HI] (exclusive). */ extern bool x86_in_indirect_branch_thunk (CORE_ADDR pc, - const char **register_names, + const char * const *register_names, int lo, int hi); #endif /* x86-tdep.h */ |