diff options
Diffstat (limited to 'src/globals.S')
-rw-r--r-- | src/globals.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/globals.S b/src/globals.S index 68101d7..3a5da83 100644 --- a/src/globals.S +++ b/src/globals.S @@ -1,4 +1,7 @@ .section ".bss" +.globl irqlr +irqlr: + .word 0 .globl cntfrq cntfrq: .word 0 |