VirtualBox

Changeset 49391 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Nov 5, 2013 3:17:27 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
90439
Message:

iprt/x86.h: Added X86_IS_CANONICAL.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/IEMAll.cpp

    r48936 r49391  
    334334 * Check if the address is canonical.
    335335 */
    336 #define IEM_IS_CANONICAL(a_u64Addr)         ((uint64_t)(a_u64Addr) + UINT64_C(0x800000000000) < UINT64_C(0x1000000000000))
     336#define IEM_IS_CANONICAL(a_u64Addr)         X86_IS_CANONICAL(a_u64Addr)
    337337
    338338
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