diff options
Diffstat (limited to 'psr.h')
-rw-r--r-- | psr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ inline static PSR_t read_CPSR(void) PSR_t CPSR; // get content of current program status register asm("mrs %0, cpsr" : "=r" (CPSR.raw) :: "memory"); - + return CPSR; } |