Changeset 90231 in vbox
- Timestamp:
- Jul 16, 2021 2:12:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/OvmfPkg/Sec/SecMain.c
r89983 r90231 863 863 IdtTableInStack.PeiService = NULL; 864 864 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 866 866 UINT8 *Dst; 867 867 UINTN Byte;
Note:
See TracChangeset
for help on using the changeset viewer.