refer to other symbols properly.

This commit is contained in:
Lokathor 2022-12-09 14:01:04 -07:00
parent c2e2398f79
commit 8939f32ebf

View file

@ -623,7 +623,8 @@ unsafe extern "C" fn __aeabi_uread8(address: *const c_void) -> u64 {
"orr r1, r1, r2, lsl #16",
"ldrb r2, [r0, #7]",
"orr r1, r1, r2, lsl #24",
"b __aeabi_uread4",
"b {__aeabi_uread4}",
__aeabi_uread4 = sym __aeabi_uread4,
options(noreturn),
)
}