VirtualBox

Ignore:
Timestamp:
Nov 8, 2021 8:27:33 AM (3 years ago)
Author:
vboxsync
Message:

ValKit: Fixed bugs in the 32-bit and 64-bit Bs3TestNow versions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestNow.asm

    r88839 r92255  
    3434; @cproto   BS3_DECL(uint64_t) Bs3TestNow(void);
    3535;
     36; @uses     eflags, return register(s)
     37;
    3638BS3_PROC_BEGIN_CMN Bs3TestNow, BS3_PBC_HYBRID
    3739        BS3_CALL_CONV_PROLOG 0
     
    6870%elif __BITS__ == 32
    6971        mov     edx, eax
    70         mov     eax, eax
     72        mov     eax, ecx
    7173%else
    72         shr     rax, 32
     74        shl     rax, 32
    7375        or      rax, rcx
    7476%endif
Note: See TracChangeset for help on using the changeset viewer.

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