diff options
Diffstat (limited to 'gdb/ia64-tdep.c')
-rw-r--r-- | gdb/ia64-tdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ia64-tdep.c b/gdb/ia64-tdep.c index 2739304..b0c1ad3 100644 --- a/gdb/ia64-tdep.c +++ b/gdb/ia64-tdep.c @@ -3844,7 +3844,7 @@ ia64_push_dummy_call (struct gdbarch *gdbarch, struct value *function, a dummy code sequence pushed on the stack to make the call, and this sequence doesn't need b0 to be set in order for our dummy breakpoint to be hit. Nonetheless, this doesn't interfere, and - it's needed for other OSes, so we do this unconditionaly. */ + it's needed for other OSes, so we do this unconditionally. */ regcache_cooked_write_unsigned (regcache, IA64_BR0_REGNUM, bp_addr); regcache_cooked_write_unsigned (regcache, sp_regnum, sp); |