diff options
Diffstat (limited to 'src/globals.S')
-rw-r--r-- | src/globals.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/globals.S b/src/globals.S index f6ec57f..b808053 100644 --- a/src/globals.S +++ b/src/globals.S @@ -5,9 +5,3 @@ irqlr: .globl cntfrq cntfrq: .word 0 -.globl cmdidx -cmdidx: - .word 0 -.global cmd -cmd: - .space 2049 |