Changeset 92255 in vbox for trunk/src/VBox/ValidationKit/bootsectors
- Timestamp:
- Nov 8, 2021 8:27:33 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/bootsectors/bs3kit/bs3-cmn-TestNow.asm
r88839 r92255 34 34 ; @cproto BS3_DECL(uint64_t) Bs3TestNow(void); 35 35 ; 36 ; @uses eflags, return register(s) 37 ; 36 38 BS3_PROC_BEGIN_CMN Bs3TestNow, BS3_PBC_HYBRID 37 39 BS3_CALL_CONV_PROLOG 0 … … 68 70 %elif __BITS__ == 32 69 71 mov edx, eax 70 mov eax, e ax72 mov eax, ecx 71 73 %else 72 sh rrax, 3274 shl rax, 32 73 75 or rax, rcx 74 76 %endif
Note:
See TracChangeset
for help on using the changeset viewer.