Changeset 53831 in vbox for trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
- Timestamp:
- Jan 15, 2015 4:15:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/testcase/tstDeviceStructSize.cpp
r53442 r53831 106 106 107 107 #ifdef VBOX_WITH_PDM_AUDIO_DRIVER 108 # undef LOG_GROUP109 108 # include <VBox/vmm/pdmaudioifs.h> 110 109 #endif 110 #undef LOG_GROUP 111 #include "../Audio/DevIchAc97.cpp" 112 #undef LOG_GROUP 111 113 #include "../Audio/DevIchHda.cpp" 112 114 … … 130 132 rc++; \ 131 133 } \ 132 /*else */\133 /*printf("%#08x %s\n", RT_OFFSETOF(type, m), #m);*/\134 else \ 135 printf("%#08x (%d) %s\n", RT_OFFSETOF(type, m), RT_OFFSETOF(type, m), #type "." #m); \ 134 136 } while (0) 135 137
Note:
See TracChangeset
for help on using the changeset viewer.