VirtualBox

Changeset 53436 in vbox for trunk/include


Ignore:
Timestamp:
Dec 3, 2014 6:26:46 PM (10 years ago)
Author:
vboxsync
Message:

VBox/sup.mac: I presume i64TSCDelta is stored as a little endian int64_t and not a big endian one...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/sup.mac

    r53430 r53436  
    136136%%valid_delta:
    137137    ; Subtract the delta from edx:eax
    138     sub     eax, dword [%1 + SUPGIPCPU.i64TSCDelta + 4]
    139     sbb     edx, dword [%1 + SUPGIPCPU.i64TSCDelta]
     138    sub     eax, dword [%1 + SUPGIPCPU.i64TSCDelta]
     139    sbb     edx, dword [%1 + SUPGIPCPU.i64TSCDelta + 4]
    140140%%done:
    141141%endmacro
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