VirtualBox

Changeset 58692 in vbox


Ignore:
Timestamp:
Nov 15, 2015 9:54:15 PM (9 years ago)
Author:
vboxsync
Message:

iprt/x86extra.mac: Removed IntRedirBitmap field from X86TSS32 & X86TSS64 as its location is bound to offIoBitmap if I understand the docs correctly. Need to do this in the .h file too, but that'll have to wait since IEM is using the structures.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/x86extra.mac

    r56291 r58692  
    183183        .fDebugTrap     resw 1
    184184        .offIoBitmap    resw 1
    185         .IntRedirBitmap resb 32
    186 endstruc
     185        ;.IntRedirBitmap resb 32 - this is optional.
     186endstruc
     187AssertCompileSize(X86TSS32,104)
    187188
    188189
     
    202203        .u16Reserved    resw 5
    203204        .offIoBitmap    resw 1
    204         .IntRedirBitmap resb 32
    205 endstruc
    206 AssertCompileSize(X86TSS64, 136)
     205        ;.IntRedirBitmap resb 32 - this isn't really there!! VBox addition for x86TSS32 structure compatibility in x86.h.
     206endstruc
     207AssertCompileSize(X86TSS64, 104)
     208
    207209
    208210%endif
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