* config/pa/tm-hppao.h (NO_PC_SPACE_QUEUE_RESTORE): Define.

* hppa-tdep.c (hppa_pop_frame): Do not restore the PC space
        queue if NO_PC_SPACE_QUEUE_RESTORE is defined.
This commit is contained in:
Jeff Law
1994-03-23 04:16:32 +00:00
parent 84ad95c118
commit 0a64709eb4
3 changed files with 10 additions and 0 deletions

View File

@@ -47,5 +47,8 @@
/* OSF1 needs an extra trap. I assume for the emulator startup (?!?) */
#define START_INFERIOR_TRAPS_EXPECTED 3
/* OSF1 does not need the pc space queue restored. */
#define NO_PC_SPACE_QUEUE_RESTORE
/* It's mostly just the common stuff. */
#include "pa/tm-hppa.h"