diff options
Diffstat (limited to 'gdb/tm-np1.h')
-rw-r--r-- | gdb/tm-np1.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/tm-np1.h b/gdb/tm-np1.h index 39ff57d..78aebb0 100644 --- a/gdb/tm-np1.h +++ b/gdb/tm-np1.h @@ -387,7 +387,8 @@ extern struct type *builtin_type_np1_vector; /* Things needed for making the inferior call functions. */ -#define CANNOT_EXECUTE_STACK +#define CALL_DUMMY_LOCATION BEFORE_TEXT_END +#define NEED_TEXT_START_END /* Push an empty stack frame, to record the current PC, etc. */ |