VirtualBox

Ignore:
Timestamp:
Nov 11, 2019 3:23:46 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134550
Message:

SUPDrv,tstRTInlineAsm: Fixed assertion/failure when trying to use the 0x0b leaf for APIC ID on AMD boxes. bugref:9501

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTInlineAsm.cpp

    r81071 r81762  
    220220
    221221        CHECKVAL(uEDX2, idExtApic, "%x");
    222         if (idApic != (uint8_t)idExtApic)
     222        if (idApic != (uint8_t)idExtApic && uECX2 != 0)
    223223            RTTestIFailed("ASMGetApicIdExt0B() -> %#x vs ASMGetApicId() -> %#x", idExtApic, idApic);
    224224    }
Note: See TracChangeset for help on using the changeset viewer.

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