aboutsummaryrefslogtreecommitdiff
path: root/src/globals.S
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-03-24 09:38:08 -0700
committerChristian Cunningham <cc@localhost>2022-03-24 09:38:08 -0700
commit93bf62580a68533dc8252b9a2a055c02f34ecb67 (patch)
tree1b1ca92ebbe107a998136a1442c0dba5be885e13 /src/globals.S
parent3e64dda5d5c350cc325650133f7e64967f1efe84 (diff)
Modularized
Diffstat (limited to 'src/globals.S')
-rw-r--r--src/globals.S7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/globals.S b/src/globals.S
deleted file mode 100644
index b808053..0000000
--- a/src/globals.S
+++ /dev/null
@@ -1,7 +0,0 @@
-.section ".bss"
-.globl irqlr
-irqlr:
- .word 0
-.globl cntfrq
-cntfrq:
- .word 0