blob: d29c98a1a3e04dd266761611ce209d604ebff41a [file] [log] [blame]
.text
_start:
call *%edx
jmp *%edx
call *(%edx)
jmp *(%edx)
call *foo
jmp *foo