Changeset 21572 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Jul 14, 2009 10:53:43 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50055
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HWACCMR0A.asm
r21570 r21572 949 949 mov ecx, esi 950 950 %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.'' 951 955 mov eax, ecx 952 956 mov ecx, edx
Note:
See TracChangeset
for help on using the changeset viewer.