mirror of
https://github.com/italicsjenga/gba.git
synced 2025-01-10 02:51:31 +11:00
refer to other symbols properly.
This commit is contained in:
parent
c2e2398f79
commit
8939f32ebf
|
@ -623,7 +623,8 @@ unsafe extern "C" fn __aeabi_uread8(address: *const c_void) -> u64 {
|
||||||
"orr r1, r1, r2, lsl #16",
|
"orr r1, r1, r2, lsl #16",
|
||||||
"ldrb r2, [r0, #7]",
|
"ldrb r2, [r0, #7]",
|
||||||
"orr r1, r1, r2, lsl #24",
|
"orr r1, r1, r2, lsl #24",
|
||||||
"b __aeabi_uread4",
|
"b {__aeabi_uread4}",
|
||||||
|
__aeabi_uread4 = sym __aeabi_uread4,
|
||||||
options(noreturn),
|
options(noreturn),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue