diff options
Diffstat (limited to 'modules/arch/x86/tests/gas64/gas-retenter.asm')
-rw-r--r-- | modules/arch/x86/tests/gas64/gas-retenter.asm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/arch/x86/tests/gas64/gas-retenter.asm b/modules/arch/x86/tests/gas64/gas-retenter.asm index 552598a2..d809a5f8 100644 --- a/modules/arch/x86/tests/gas64/gas-retenter.asm +++ b/modules/arch/x86/tests/gas64/gas-retenter.asm @@ -1,3 +1,4 @@ +ret retw #retl retq @@ -5,7 +6,10 @@ retw $5 #retl $5 retq $5 lretw -#lretl +lretl +lretq +lretw $5 +lretl $5 lretq $5 enterw $5000, $5 |