Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/X64
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/X64/EbcSupport.c
r48674 r58459 3 3 the target x64 processor. 4 4 5 Copyright (c) 2006 - 201 1, Intel Corporation. All rights reserved.<BR>5 Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR> 6 6 This program and the accompanying materials 7 7 are licensed and made available under the terms and conditions of the BSD License … … 216 216 // Align the stack on a natural boundary. 217 217 // 218 VmContext.Gpr[0] &= ~( sizeof (UINTN) - 1);218 VmContext.Gpr[0] &= ~(VM_REGISTER)(sizeof (UINTN) - 1); 219 219 220 220 // … … 360 360 // 361 361 // Align the stack on a natural boundary 362 VmContext.Gpr[0] &= ~( sizeof(UINTN) - 1);362 VmContext.Gpr[0] &= ~(VM_REGISTER)(sizeof(UINTN) - 1); 363 363 // 364 364 VmContext.LowStackTop = (UINTN) VmContext.Gpr[0];
Note:
See TracChangeset
for help on using the changeset viewer.