* tm-rs6000.h: Remove #include of inferior.h. Fixes many
compilation errors.
This commit is contained in:
parent
826f73d0cf
commit
abde386585
1 changed files with 0 additions and 2 deletions
|
@ -185,8 +185,6 @@ extern int aix_loadInfoTextIndex;
|
||||||
the new frame is not set up until the new function executes
|
the new frame is not set up until the new function executes
|
||||||
some instructions. */
|
some instructions. */
|
||||||
|
|
||||||
#include "inferior.h" /* For registers[] and register_valid[]. */
|
|
||||||
|
|
||||||
#define SAVED_PC_AFTER_CALL(frame) \
|
#define SAVED_PC_AFTER_CALL(frame) \
|
||||||
(register_valid [LR_REGNUM] ? \
|
(register_valid [LR_REGNUM] ? \
|
||||||
(*(int*)®isters[REGISTER_BYTE (LR_REGNUM)]) : \
|
(*(int*)®isters[REGISTER_BYTE (LR_REGNUM)]) : \
|
||||||
|
|
Loading…
Add table
Reference in a new issue