Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/CpuIdEx.asm
- 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/MdePkg/Library/BaseLib/Ia32/CpuIdEx.asm
r48674 r58459 1 1 ;------------------------------------------------------------------------------ 2 2 ; 3 ; Copyright (c) 2006 - 20 08, Intel Corporation. All rights reserved.<BR>3 ; Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR> 4 4 ; This program and the accompanying materials 5 5 ; are licensed and made available under the terms and conditions of the BSD License … … 53 53 mov [ecx], ebx 54 54 @@: 55 mov ecx, [ebp + 32] 56 jecxz @F 57 mov [ecx], edx 58 @@: 55 59 mov ecx, [ebp + 28] 56 60 jecxz @F 57 61 pop [ecx] 58 @@:59 mov edx, [ebp + 32]60 jecxz @F61 mov [ecx], edx62 62 @@: 63 63 mov eax, [ebp + 12]
Note:
See TracChangeset
for help on using the changeset viewer.