diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2020-01-10 03:17:00 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2020-01-10 03:48:00 +0800 |
commit | 0ce29c0ee9e7a37089e9bea8111ef40e16d6a63e (patch) | |
tree | d0fcf6b917201b7ebf9ac1c42c0c7d8963b25e4e /asm/crt0.s | |
parent | f12c1edf3f626fd608b837c125514768f264dc2c (diff) |
use constants
Diffstat (limited to 'asm/crt0.s')
-rw-r--r-- | asm/crt0.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/crt0.s b/asm/crt0.s index 28855d504..7f9626251 100644 --- a/asm/crt0.s +++ b/asm/crt0.s @@ -204,7 +204,7 @@ loop: jump_intr: strh r0, [r3, OFFSET_REG_IF - 0x200] bic r2, r2, r0 - ldr r0, =gRfuState + ldr r0, =gSTWIStatus ldr r0, [r0] ldrb r0, [r0, 0xA] mov r1, 0x8 |