VirtualBox

Ignore:
Timestamp:
May 10, 2012 8:07:11 PM (13 years ago)
Author:
vboxsync
Message:

More dtrace library stuff. On 64-bit solaris dtrace can now grok the library files (point it to them using the -L parameter).

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/dtrace/lib/amd64/vbox-arch-types.d

    r41225 r41247  
    3030typedef uint64_t    RTHCPTR;
    3131
     32
     33
     34typedef union RTFLOAT80U
     35{
     36    uint16_t    au16[5];
     37} RTFLOAT80U;
     38
     39typedef union RTFLOAT80U2
     40{
     41    uint16_t    au16[5];
     42} RTFLOAT80U2;
     43
     44typedef struct uint128_t
     45{
     46    uint64_t    au64[2];
     47} uint128_t;
     48
     49
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