- use defined labels for log actions, rather than hardcoded numbers

This commit is contained in:
Bryce Denney 2001-05-25 14:01:28 +00:00
parent 47c7a92efc
commit 74db540eca

View File

@ -83,7 +83,9 @@ bx_options_t bx_options = {
{ 0, 0, 0, {0,0,0,0,0,0}, NULL, NULL }, // ne2k { 0, 0, 0, {0,0,0,0,0,0}, NULL, NULL }, // ne2k
1, // newHardDriveSupport 1, // newHardDriveSupport
{ 0, NULL, NULL, NULL }, // load32bitOSImage hack stuff { 0, NULL, NULL, NULL }, // load32bitOSImage hack stuff
{ 0, 1, 1, 2 } // ignore debugs, report infos and errors, fatal on panics. {
ACT_IGNORE, ACT_REPORT, ACT_REPORT, ACT_FATAL
} // ignore debugs, report infos and errors, fatal on panics.
}; };
static char bochsrc_path[512]; static char bochsrc_path[512];