aboutsummaryrefslogtreecommitdiff
path: root/src/globals.S
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-01-21 12:55:57 -0700
committerChristian Cunningham <cc@localhost>2022-01-21 12:55:57 -0700
commited7b9318bc9ac285250b117f87f47fe7f84af51b (patch)
treeb9f756816219369f17b310065ea26c5bb386f5b4 /src/globals.S
parent00660fb9143daf7fa04647bccd6047b9bf0f5e48 (diff)
Added scheduling logic
Diffstat (limited to 'src/globals.S')
-rw-r--r--src/globals.S3
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