Changeset 60774 in vbox for trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-asm.asm
- Timestamp:
- May 2, 2016 12:04:01 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-asm.asm
r60676 r60774 81 81 82 82 83 BS3_PROC_BEGIN _bs3CpuBasic2_iret 84 iret 85 BS3_PROC_END _bs3CpuBasic2_iret 86 AssertCompile(_bs3CpuBasic2_iret_EndProc - _bs3CpuBasic2_iret == 1) 87 88 89 BS3_PROC_BEGIN _bs3CpuBasic2_iret_opsize 90 iretd 91 BS3_PROC_END _bs3CpuBasic2_iret_opsize 92 AssertCompile(_bs3CpuBasic2_iret_opsize_EndProc - _bs3CpuBasic2_iret_opsize == 2) 93 94 95 BS3_PROC_BEGIN _bs3CpuBasic2_iret_rexw 96 BS3_SET_BITS 64 97 iretq 98 BS3_SET_BITS 16 99 BS3_PROC_END _bs3CpuBasic2_iret_rexw 100 AssertCompile(_bs3CpuBasic2_iret_rexw_EndProc - _bs3CpuBasic2_iret_rexw == 2) 101 102 83 103 ; 84 104 ; Instantiate code templates.
Note:
See TracChangeset
for help on using the changeset viewer.