diff options
Diffstat (limited to 'asm/control.s')
-rw-r--r-- | asm/control.s | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/asm/control.s b/asm/control.s deleted file mode 100644 index ae1ac7e..0000000 --- a/asm/control.s +++ /dev/null @@ -1,5 +0,0 @@ - .global __control - .thumb_func -__control: - mrs r0, CONTROL - bx lr |