VirtualBox

Changeset 90231 in vbox


Ignore:
Timestamp:
Jul 16, 2021 2:12:59 PM (3 years ago)
Author:
vboxsync
Message:

EFI: Workaround for unwanted aligned SSE move blowing up (see bugref:4643).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/SecMain.c

    r89983 r90231  
    863863  IdtTableInStack.PeiService = NULL;
    864864  for (Index = 0; Index < SEC_IDT_ENTRY_COUNT; Index ++) {
    865     UINT8  *Src;
     865    UINT8  volatile *Src;   // prevent too-clever-by-half compiler from stupidly using aligned SSE instructions
    866866    UINT8  *Dst;
    867867    UINTN  Byte;
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