VirtualBox

Changeset 21572 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Jul 14, 2009 10:53:43 AM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50055
Message:

Put back relevant comment

File:
1 edited

Legend:

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

    r21570 r21572  
    949949    mov     ecx, esi
    950950 %else
     951    ; from http://www.cs.cmu.edu/~fp/courses/15213-s06/misc/asm64-handout.pdf:
     952    ; ``Perhaps unexpectedly, instructions that move or generate 32-bit register
     953    ;   values also set the upper 32 bits of the register to zero. Consequently
     954    ;   there is no need for an instruction movzlq.''
    951955    mov     eax, ecx
    952956    mov     ecx, edx
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