Disable debug code
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401044
This commit is contained in:
parent
5c6b522728
commit
1b3ddcd400
1 changed files with 2 additions and 2 deletions
|
@ -61,12 +61,12 @@ static char rcsid =
|
|||
#define XBIOS_VID_DRIVER_NAME "xbios"
|
||||
|
||||
/* Debug print info */
|
||||
#if 1
|
||||
#if 0
|
||||
#define DEBUG_PRINT(what) \
|
||||
{ \
|
||||
printf what; \
|
||||
}
|
||||
/*#define DEBUG_VIDEO_XBIOS 1*/
|
||||
#define DEBUG_VIDEO_XBIOS 1
|
||||
#else
|
||||
#define DEBUG_PRINT(what)
|
||||
#undef DEBUG_VIDEO_XBIOS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue