aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-i386-code16.S
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-04-23 17:54:59 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2005-04-23 17:54:59 +0000
commite06e5259c3226f1e2408eb8bb940ee4fe5697f4c (patch)
tree64f67b548793221475c1b1c8e2d203060281f81a /tests/test-i386-code16.S
parentaba9d61e34b9d43b856fd758d70f38e99e026cab (diff)
lretq, lcall and ljmp tests in 64 bit mode
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1376 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tests/test-i386-code16.S')
-rw-r--r--tests/test-i386-code16.S18
1 files changed, 0 insertions, 18 deletions
diff --git a/tests/test-i386-code16.S b/tests/test-i386-code16.S
index 78ecc1f77..e400e73fd 100644
--- a/tests/test-i386-code16.S
+++ b/tests/test-i386-code16.S
@@ -77,21 +77,3 @@ myfunc2:
code16_end:
-
-
-/* other 32 bits tests */
- .code32
-
- .globl func_lret32
-func_lret32:
- movl $0x87654321, %eax
- lret
-
- .globl func_iret32
-func_iret32:
- movl $0xabcd4321, %eax
- iret
-
-
-
- \ No newline at end of file