/[qemu]/qemu/tests/test-i386-code16.S
ViewVC logotype

Diff of /qemu/tests/test-i386-code16.S

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by bellard, Sat Mar 22 15:20:50 2003 UTC revision 1.2 by bellard, Tue Jun 24 13:29:40 2003 UTC
# Line 77  myfunc2: Line 77  myfunc2:
77    
78    
79  code16_end:  code16_end:
80    
81    
82    /* other 32 bits tests */
83            .code32
84    
85            .globl func_lret32
86    func_lret32:
87            movl $0x87654321, %eax
88            lret
89    
90            .globl func_iret32
91    func_iret32:
92            movl $0xabcd4321, %eax
93            iret
94    
95                    
96    
97                    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26