diff options
Diffstat (limited to 'gdb/config/mips/tm-mips.h')
-rw-r--r-- | gdb/config/mips/tm-mips.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/config/mips/tm-mips.h b/gdb/config/mips/tm-mips.h index 5bc947f..5a56666 100644 --- a/gdb/config/mips/tm-mips.h +++ b/gdb/config/mips/tm-mips.h @@ -319,6 +319,8 @@ extern int in_sigtramp PARAMS ((CORE_ADDR, char *)); #define CALL_DUMMY_START_OFFSET 12 +#define CALL_DUMMY_BREAKPOINT_OFFSET (CALL_DUMMY_START_OFFSET + (12 * 4)) + /* Insert the specified number of args and function address into a call sequence of the above form stored at DUMMYNAME. */ |