VirtualBox

Changeset 9915 in vbox


Ignore:
Timestamp:
Jun 25, 2008 12:29:49 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32334
Message:

fixed build breaks

File:
1 edited

Legend:

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

    r9897 r9915  
    10641064    mov     rcx, rsi
    10651065 %else
    1066     movzx   rax, ecx
     1066    ; from http://www.cs.cmu.edu/~fp/courses/15213-s06/misc/asm64-handout.pdf:
     1067    ; ``Perhaps unexpectedly, instructions that move or generate 32-bit register
     1068    ;   values also set the upper 32 bits of the register to zero. Consequently
     1069    ;   there is no need for an instruction movzlq.''
     1070    mov     eax, ecx
    10671071    mov     rcx, rdx
    10681072 %endif
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette