VirtualBox

Ignore:
Timestamp:
Jan 2, 2015 12:19:28 PM (10 years ago)
Author:
vboxsync
Message:

VBoxDTrace: libdtrace porting in progres... (r23)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_as.c

    r53634 r53653  
    2525 */
    2626
     27#ifndef VBOX
    2728#pragma ident   "%Z%%M% %I%     %E% SMI"
    2829
     
    3132#include <stdlib.h>
    3233#include <assert.h>
     34#else  /* VBOX */
     35# include <iprt/asm.h>
     36#endif /* VBOX */
    3337
    3438#include <dt_impl.h>
     
    237241        case DT_LINK_KERNEL:
    238242                kmask = 0;
    239                 kbits = -1u;
     243                kbits = ~0u;
    240244                umask = DT_IDFLG_USER;
    241245                ubits = DT_IDFLG_USER;
     
    255259        case DT_LINK_STATIC:
    256260                kmask = umask = 0;
    257                 kbits = ubits = -1u;
     261                kbits = ubits = ~0u;
    258262                break;
    259263        default:
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