blob: 39409b7de0a94a322bf0a89a2907d82800059450 [file] [log] [blame]
# Source file used to test the call and callr instructions
.text
.set norelax
foo:
call func1
callr r10
# use external symbol
.global external
call external
func1: