Changeset 53674 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace
- Timestamp:
- Jan 2, 2015 12:34:30 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97451
- Location:
- trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/dtrace.c
r53673 r53674 577 577 } 578 578 579 #ifndef VBOX /* We have our own assertion machinery. */ 579 580 int 580 581 dtrace_assfail(const char *a, const char *f, int l) … … 588 589 return (a[(uintptr_t)f]); 589 590 } 591 #endif 590 592 591 593 /* -
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/sys/dtrace_impl.h
r53667 r53674 1276 1276 #endif 1277 1277 1278 #ifndef VBOX /* got our own assert thing */ 1278 1279 /* 1279 1280 * DTrace Assertions … … 1295 1296 #define ASSERT(X) ((void)0) 1296 1297 #endif 1298 #endif /* !VBOX */ 1297 1299 1298 1300 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.