import gdb-2000-01-05 snapshot

This commit is contained in:
Jason Molenda
2000-01-06 03:07:20 +00:00
parent 1b45fe546b
commit c3f6f71df3
74 changed files with 18148 additions and 14752 deletions

View File

@@ -432,7 +432,8 @@ enum
#define INC_ADDR(x,i) \
do \
{ \
if (PSW_MD && GPR (x) == (MOD_E & ~((i) - 1))) \
int test_i = i < 0 ? i : ~((i) - 1); \
if (PSW_MD && GPR (x) == (MOD_E & test_i)) \
SET_GPR (x, MOD_S); \
else \
SET_GPR (x, GPR (x) + (i)); \