Changeset 58466 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ebc
- Timestamp:
- Oct 29, 2015 4:30:44 AM (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 changed
/vendor/edk2/current merged: 103769-103776
- Property svn:mergeinfo changed
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Ebc/ProcessorBind.h
r58459 r58466 6 6 7 7 Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR> 8 This program and the accompanying materials are licensed and made available under 9 the terms and conditions of the BSD License that accompanies this distribution. 8 This program and the accompanying materials are licensed and made available under 9 the terms and conditions of the BSD License that accompanies this distribution. 10 10 The full text of the license may be found at 11 http://opensource.org/licenses/bsd-license.php. 12 13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 11 http://opensource.org/licenses/bsd-license.php. 12 13 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, 14 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. 15 15 16 16 **/ … … 92 92 /// Scalable macro to set the most significant bit in a natural number. 93 93 /// 94 #define MAX_BIT (1ULL << (sizeof (INTN) * 8 - 1)) 94 #define MAX_BIT (1ULL << (sizeof (INTN) * 8 - 1)) 95 95 /// 96 96 /// A value of native width with the two highest bits set. … … 125 125 /// 126 126 #else 127 #define EFIAPI 127 #define EFIAPI 128 128 #endif 129 129 130 130 /** 131 131 Return the pointer to the first instruction of a function given a function pointer. 132 On EBC architectures, these two pointer values are the same, 132 On EBC architectures, these two pointer values are the same, 133 133 so the implementation of this macro is very simple. 134 134 135 135 @param FunctionPointer A pointer to a function. 136 136 … … 143 143 #endif 144 144 145 #endif 145 #endif 146 146
Note:
See TracChangeset
for help on using the changeset viewer.