VirtualBox

Ignore:
Timestamp:
Oct 28, 2015 8:17:18 PM (9 years ago)
Author:
vboxsync
Message:

EFI/Firmware: 'svn merge /vendor/edk2/UDK2010.SR1 /vendor/edk2/current .', reverting and removing files+dirs listed in ReadMe.vbox, resolving conflicts with help from ../UDK2014.SP1/. This is a raw untested merge.

Location:
trunk/src/VBox/Devices/EFI/Firmware
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/Firmware

  • trunk/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/X64/EbcSupport.c

    r48674 r58459  
    33  the target x64 processor.
    44
    5 Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
     5Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
    66This program and the accompanying materials
    77are licensed and made available under the terms and conditions of the BSD License
     
    216216  // Align the stack on a natural boundary.
    217217  //
    218   VmContext.Gpr[0] &= ~(sizeof (UINTN) - 1);
     218  VmContext.Gpr[0] &= ~(VM_REGISTER)(sizeof (UINTN) - 1);
    219219
    220220  //
     
    360360  //
    361361  // Align the stack on a natural boundary
    362   VmContext.Gpr[0] &= ~(sizeof(UINTN) - 1);
     362  VmContext.Gpr[0] &= ~(VM_REGISTER)(sizeof(UINTN) - 1);
    363363  //
    364364  VmContext.LowStackTop   = (UINTN) VmContext.Gpr[0];
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