diff options
Diffstat (limited to 'gdb/config/pa/tm-hppao.h')
-rw-r--r-- | gdb/config/pa/tm-hppao.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/pa/tm-hppao.h b/gdb/config/pa/tm-hppao.h index 7df4247..2e87efa 100644 --- a/gdb/config/pa/tm-hppao.h +++ b/gdb/config/pa/tm-hppao.h @@ -12,7 +12,7 @@ /* * Software defined PSW masks. */ -#define PSW_SS 0x10000000 /* Kernel managed single step */ +#define PSW_SS 0x10000000 /* Kernel managed single step */ /* Thread flavors used in re-setting the T bit. * @@ this is also bad for cross debugging. @@ -89,7 +89,7 @@ write_register(IPSW_REGNUM, ipsw & ~(PSW_N | PSW_B | PSW_X)); \ stop_pc = pcoqt; \ } \ - }), 0) + }), 0) /* It's mostly just the common stuff. */ |