VirtualBox

Changeset 40851 in vbox for trunk/include


Ignore:
Timestamp:
Apr 10, 2012 2:13:26 PM (13 years ago)
Author:
vboxsync
Message:

SUPDrv,VBoxTpG: Redid the solaris(/darwin) DTrace support to use the generic tracer bits.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxTpG.h

    r40839 r40851  
    3636    const char *pszFunction;
    3737    uint8_t    *pbProbe;
     38#if ARCH_BITS == 64
     39    uintptr_t   uAlignment;
     40#endif
    3841} VTGPROBELOC;
     42AssertCompileSizeAlignment(VTGPROBELOC, 16);
    3943/** Pointer to a probe location. */
    4044typedef VTGPROBELOC *PVTGPROBELOC;
     
    224228
    225229/** The current VTGOBJHDR::szMagic value. */
    226 #define VTGOBJHDR_MAGIC     "VTG Object Header v1.1\0"
     230#define VTGOBJHDR_MAGIC     "VTG Object Header v1.2\0"
    227231
    228232/** The name of the VTG data object header symbol in the object file. */
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