diff options
Diffstat (limited to 'gdb/ia64-tdep.c')
-rw-r--r-- | gdb/ia64-tdep.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/ia64-tdep.c b/gdb/ia64-tdep.c index 2f2e26140ff..aeec16939ce 100644 --- a/gdb/ia64-tdep.c +++ b/gdb/ia64-tdep.c @@ -547,9 +547,6 @@ fetch_instruction (CORE_ADDR addr, instruction_type *it, long long *instr) pattern was used by the simulator that I was using.) So I ended up using the pattern seen below. */ -#if 0 -#define IA64_BREAKPOINT 0x00002000040LL -#endif #define IA64_BREAKPOINT 0x00003333300LL static int |