fix spacing

This commit is contained in:
Michael Meissner 1997-11-13 15:38:23 +00:00
parent c2f766136e
commit 35cac98ab5
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ extern CORE_ADDR d30v_skip_prologue ();
#define CREGS_START 66
#define PSW_REGNUM (CREGS_START + 0) /* psw, bpsw, or dpsw??? */
#define PSW_SM (((unsigned long)0x80000000) >> 0) /* Stack mode: 0/SPI */
#define PSW_SM (((unsigned long)0x80000000) >> 0) /* Stack mode: 0/SPI */
/* 1/SPU */
#define PSW_EA (((unsigned long)0x80000000) >> 2) /* Execution status */
#define PSW_DB (((unsigned long)0x80000000) >> 3) /* Debug mode */