7 lines
118 B
ArmAsm
7 lines
118 B
ArmAsm
|
.text
|
||
|
.global missing
|
||
|
missing:
|
||
|
callq undefined
|
||
|
# This is a "bad" (undefined) instance of the symbol
|
||
|
callq multi
|