Changeset 12005 in vbox
- Timestamp:
- Sep 2, 2008 6:25:16 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 35916
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/EMAllA.asm
r11508 r12005 877 877 %ifdef RT_ARCH_AMD64 878 878 cmp al, 8 879 je short .do_qword ; 4bytes variant879 je short .do_qword ; 8 bytes variant 880 880 %endif 881 881 cmp al, 4 … … 964 964 %ifdef RT_ARCH_AMD64 965 965 cmp al, 8 966 je short .do_qword ; 4bytes variant966 je short .do_qword ; 8 bytes variant 967 967 %endif 968 968 cmp al, 4
Note:
See TracChangeset
for help on using the changeset viewer.