VirtualBox

Ignore:
Timestamp:
May 2, 2016 12:04:01 AM (9 years ago)
Author:
vboxsync
Message:

bs3kit: update / iret

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3-cpu-basic-2-asm.asm

    r60676 r60774  
    8181
    8282
     83BS3_PROC_BEGIN _bs3CpuBasic2_iret
     84        iret
     85BS3_PROC_END   _bs3CpuBasic2_iret
     86AssertCompile(_bs3CpuBasic2_iret_EndProc - _bs3CpuBasic2_iret == 1)
     87
     88
     89BS3_PROC_BEGIN _bs3CpuBasic2_iret_opsize
     90        iretd
     91BS3_PROC_END   _bs3CpuBasic2_iret_opsize
     92AssertCompile(_bs3CpuBasic2_iret_opsize_EndProc - _bs3CpuBasic2_iret_opsize == 2)
     93
     94
     95BS3_PROC_BEGIN _bs3CpuBasic2_iret_rexw
     96        BS3_SET_BITS 64
     97        iretq
     98        BS3_SET_BITS 16
     99BS3_PROC_END   _bs3CpuBasic2_iret_rexw
     100AssertCompile(_bs3CpuBasic2_iret_rexw_EndProc - _bs3CpuBasic2_iret_rexw == 2)
     101
     102
    83103;
    84104; Instantiate code templates.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette