Changeset 24012 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Oct 23, 2009 8:32:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevPIC.cpp
r23987 r24012 752 752 #ifdef IN_RING3 753 753 754 #ifdef DEBUG755 754 /** 756 755 * PIC status info callback. … … 788 787 } 789 788 } 790 #endif /* DEBUG */791 789 792 790 /** … … 1048 1046 1049 1047 1050 #ifdef DEBUG1051 1048 /* 1052 1049 * Register the info item. 1053 1050 */ 1054 1051 PDMDevHlpDBGFInfoRegister(pDevIns, "pic", "PIC info.", picInfo); 1055 #endif1056 1052 1057 1053 /*
Note:
See TracChangeset
for help on using the changeset viewer.