aboutsummaryrefslogtreecommitdiff
path: root/psr.h
diff options
context:
space:
mode:
Diffstat (limited to 'psr.h')
-rw-r--r--psr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/psr.h b/psr.h
index 5efc6d9..f300a7a 100644
--- a/psr.h
+++ b/psr.h
@@ -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;
}