diff options
author | Markus Deuling <deuling@de.ibm.com> | 2007-11-07 06:33:01 +0000 |
---|---|---|
committer | Markus Deuling <deuling@de.ibm.com> | 2007-11-07 06:33:01 +0000 |
commit | 5c5ecef7ea0acae42ac3a4be606af41ba7fd71fd (patch) | |
tree | 2fc0f732a41ceb12b0f3873c4c7c9bc2279c61bf /gdb/i386-tdep.c | |
parent | c7da72662e62078ed4779b46b9914193447df60c (diff) | |
download | gdb-5c5ecef7ea0acae42ac3a4be606af41ba7fd71fd.tar.gz |
*** empty log message ***
Diffstat (limited to 'gdb/i386-tdep.c')
-rw-r--r-- | gdb/i386-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index 736a56ec203..f385c20982b 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -278,7 +278,7 @@ static const char *disassembly_flavor = att_flavor; This function is 64-bit safe. */ static const gdb_byte * -i386_breakpoint_from_pc (CORE_ADDR *pc, int *len) +i386_breakpoint_from_pc (struct gdbarch *gdbarch, CORE_ADDR *pc, int *len) { static gdb_byte break_insn[] = { 0xcc }; /* int 3 */ |