diff options
Diffstat (limited to 'tests/asmtest.S')
| -rw-r--r-- | tests/asmtest.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/asmtest.S b/tests/asmtest.S index 0ffb9e7..3b2c22a 100644 --- a/tests/asmtest.S +++ b/tests/asmtest.S @@ -210,8 +210,10 @@ jmp *0x1000 ljmp $0x100, $0x1000 ret +retl ret $10 +retl $10 lret |
