mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 07:17:45 -04:00
ARM asm, symbol visibility fix
This commit is contained in:
parent
6dd553c7a8
commit
82b3e6cf3c
3 changed files with 13 additions and 0 deletions
|
@ -703,8 +703,10 @@ m_s68k_write16_regs_spec: @ special case
|
|||
|
||||
.global s68k_read8
|
||||
.global s68k_read16
|
||||
.global s68k_read32
|
||||
.global s68k_write8
|
||||
.global s68k_write16
|
||||
.global s68k_write32
|
||||
|
||||
s68k_read8:
|
||||
PIC_LDR(r3, r2, s68k_read8_map)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue