Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/Ia32
- 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/Ia32/EbcSupport.c
r48674 r58459 3 3 the target ia32 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 … … 268 268 VmContext.Gpr[0] = (UINT64)(UINTN) ((UINT8*)VmContext.StackPool + STACK_POOL_SIZE); 269 269 VmContext.HighStackBottom = (UINTN)VmContext.Gpr[0]; 270 VmContext.Gpr[0] &= ~( sizeof (UINTN) - 1);270 VmContext.Gpr[0] &= ~((VM_REGISTER)(sizeof (UINTN) - 1)); 271 271 VmContext.Gpr[0] -= sizeof (UINTN); 272 272
Note:
See TracChangeset
for help on using the changeset viewer.