- Timestamp:
- Aug 23, 2012 10:10:57 AM (12 years ago)
- Location:
- trunk/src/VBox/Devices/PC/BIOS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/BIOS/apm.c
r42791 r42935 21 21 #include "inlines.h" 22 22 23 #define DEBUG_APM 1 //@todo!24 23 #if DEBUG_APM 25 24 # define BX_DEBUG_APM(...) BX_DEBUG(__VA_ARGS__) -
trunk/src/VBox/Devices/PC/BIOS/biosint.h
r42532 r42935 64 64 #define DEBUG_INT74 0 65 65 #define DEBUG_PCI 0 66 #define DEBUG_APM 0 66 67 67 68 #define FP_OFF(p) ((unsigned)(p))
Note:
See TracChangeset
for help on using the changeset viewer.