Changeset 55056 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 31, 2015 7:34:09 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99345
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstHelp.h
r55052 r55056 55 55 { \ 56 56 printf("error! sizeof(%s): %#x (%d) Off by %d!! (expected %#x)\n", \ 57 #type, (int)sizeof(type), (int)sizeof(type), (int)(sizeof(type) - size , (int)size)); \57 #type, (int)sizeof(type), (int)sizeof(type), (int)(sizeof(type) - size), (int)size); \ 58 58 rc++; \ 59 59 } \
Note:
See TracChangeset
for help on using the changeset viewer.