Changeset 53674 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace
- Timestamp:
- Jan 2, 2015 12:34:30 PM (10 years ago)
- File:
-
- 1 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 /*
Note:
See TracChangeset
for help on using the changeset viewer.