VirtualBox

Changeset 10849 in vbox


Ignore:
Timestamp:
Jul 24, 2008 9:13:53 AM (17 years ago)
Author:
vboxsync
Message:

32 bits build fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm

    r9915 r10849  
    10931093    mov     ecx, esi
    10941094 %else
    1095     movzx   rax, ecx
     1095    ; from http://www.cs.cmu.edu/~fp/courses/15213-s06/misc/asm64-handout.pdf:
     1096    ; ``Perhaps unexpectedly, instructions that move or generate 32-bit register
     1097    ;   values also set the upper 32 bits of the register to zero. Consequently
     1098    ;   there is no need for an instruction movzlq.''
     1099    mov     eax, ecx
    10961100    mov     ecx, edx
    10971101 %endif
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