Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/Ia32/CpuIdEx.S
- 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.S
r48674 r58459 1 1 #------------------------------------------------------------------------------ 2 2 # 3 # Copyright (c) 2006 - 20 08, Intel Corporation. All rights reserved.<BR>3 # Copyright (c) 2006 - 2012, 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 … … 22 22 #------------------------------------------------------------------------------ 23 23 24 .686: 24 25 25 .code: 26 26 … … 54 54 movl %ebx, (%ecx) 55 55 L2: 56 movl 32(%ebp), %ecx 57 jecxz L3 58 movl %edx, (%ecx) 59 L3: 56 60 movl 28(%ebp), %ecx 57 jecxz L 361 jecxz L4 58 62 popl (%ecx) 59 L3:60 movl 32(%ebp), %edx61 jecxz L462 movl %edx, (%ecx)63 63 L4: 64 64 movl 12(%ebp), %eax
Note:
See TracChangeset
for help on using the changeset viewer.