diff options
author | Michal Ludvig <mludvig@suse.cz> | 2002-10-24 01:37:40 +0000 |
---|---|---|
committer | Michal Ludvig <mludvig@suse.cz> | 2002-10-24 01:37:40 +0000 |
commit | b64bbf8c48a18ee3e1c158d5df43141033144bbf (patch) | |
tree | 099b502ef3bc8d324901f4c0bb1be150d30d289b /gdb/x86-64-tdep.h | |
parent | baed091b2b498c9cd74af81c6891ad13c312ee47 (diff) | |
download | gdb-b64bbf8c48a18ee3e1c158d5df43141033144bbf.zip gdb-b64bbf8c48a18ee3e1c158d5df43141033144bbf.tar.gz gdb-b64bbf8c48a18ee3e1c158d5df43141033144bbf.tar.bz2 |
Reindented.
Diffstat (limited to 'gdb/x86-64-tdep.h')
-rw-r--r-- | gdb/x86-64-tdep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/x86-64-tdep.h b/gdb/x86-64-tdep.h index fd23a7a..9fb2fd0 100644 --- a/gdb/x86-64-tdep.h +++ b/gdb/x86-64-tdep.h @@ -30,7 +30,7 @@ extern int x86_64_num_gregs; int x86_64_register_number (const char *name); const char *x86_64_register_name (int reg_nr); - + gdbarch_frame_saved_pc_ftype x86_64_linux_frame_saved_pc; gdbarch_saved_pc_after_call_ftype x86_64_linux_saved_pc_after_call; gdbarch_pc_in_sigtramp_ftype x86_64_linux_in_sigtramp; |