VirtualBox

Changeset 52444 in vbox for trunk/src


Ignore:
Timestamp:
Aug 21, 2014 4:31:57 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95652
Message:

fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/asm/ASMMultU32ByU32DivByU32.asm

    r52443 r52444  
    4343
    4444 %ifdef ASM_CALL64_MSC
    45     mov     rax, ecx                    ; rax = u32A
     45    mov     eax, ecx                    ; rax = u32A
    4646    mov     r9d, edx                    ; should check the specs wrt to the high bits one day...
    4747    mov     r8d, r8d                    ; be paranoid for the time being.
    4848 %else
    49     mov     rax, edi                    ; rax = u32A
     49    mov     eax, edi                    ; rax = u32A
    5050    mov     r9d, esi                    ; r9d = u32B
    5151    mov     r8d, edx                    ; r8d = u32C
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