diff options
Diffstat (limited to 'gdb/w65-tdep.c')
-rw-r--r-- | gdb/w65-tdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/w65-tdep.c b/gdb/w65-tdep.c index 4e6fd2d..3f76cf5 100644 --- a/gdb/w65-tdep.c +++ b/gdb/w65-tdep.c @@ -54,13 +54,13 @@ read_memory_pointer (CORE_ADDR x) init_frame_pc (void) { - abort (); + internal_error (__FILE__, __LINE__, "failed internal consistency check"); } void w65_push_dummy_frame (void) { - abort (); + internal_error (__FILE__, __LINE__, "failed internal consistency check"); } /* Put here the code to store, into a struct frame_saved_regs, |