mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-04 16:50:57 +00:00
9 lines
237 B
ArmAsm
9 lines
237 B
ArmAsm
! If this file comes before a file with a SHcompact .text section but with
|
|
! no symbols, we will have a symbol of the "wrong kind" before the
|
|
! SHcompact insns.
|
|
.section .text,"ax"
|
|
.mode SHmedia
|
|
.align 2
|
|
.global diversion
|
|
diversion:
|