VirtualBox

Ignore:
Timestamp:
Oct 29, 2015 4:30:44 AM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
103777
Message:

EFI/Firmware: Merged in the svn:eol-style, svn:mime-type and trailing whitespace cleanup that was done after the initial UDK2014.SP1 import: svn merge /vendor/edk2/UDK2014.SP1 /vendor/edk2/current .

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/UefiCpuPkg/CpuDxe/Ia32/CpuAsm.S

    r58459 r58466  
    2929ASM_PFX(SetCodeSelector):
    3030    movl    4(%esp), %ecx
    31     subl    $0x10, %esp 
    32     leal    setCodeSelectorLongJump, %eax 
     31    subl    $0x10, %esp
     32    leal    setCodeSelectorLongJump, %eax
    3333    movl    %eax, (%esp)
    3434    movw    %cx, 4(%esp)
    35     .byte   0xFF, 0x2C, 0x24   # jmp *(%esp)  note:(FWORD jmp) 
     35    .byte   0xFF, 0x2C, 0x24   # jmp *(%esp)  note:(FWORD jmp)
    3636setCodeSelectorLongJump:
    37     addl    $0x10, %esp 
     37    addl    $0x10, %esp
    3838    ret
    3939
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