- use defined labels for log actions, rather than hardcoded numbers
This commit is contained in:
parent
47c7a92efc
commit
74db540eca
@ -83,7 +83,9 @@ bx_options_t bx_options = {
|
||||
{ 0, 0, 0, {0,0,0,0,0,0}, NULL, NULL }, // ne2k
|
||||
1, // newHardDriveSupport
|
||||
{ 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];
|
||||
|
Loading…
x
Reference in New Issue
Block a user