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