blob: aa228d99290d18c0c5e57b0166d72987150eebda [file] [log] [blame]
-- asm
begin:
mov %r1, 0x12345678
call local next
exit
next:
add %r1, 1
ja begin # Intentionally jump from the sub-program back to the main program.
exit
-- result
0x12345678
-- error
Failed to load code: jump out of bounds at PC 4