- oops, it didn't compile when you had debugger on bug ne2k off. Now it does.
This commit is contained in:
parent
25942a527d
commit
c2e09b1889
@ -3684,7 +3684,11 @@ bx_dbg_info_control_regs_command(void)
|
||||
void
|
||||
bx_dbg_info_ne2k(int page, int reg)
|
||||
{
|
||||
#if BX_NE2K_SUPPORT
|
||||
bx_ne2k.print_info (stderr, page, reg, 0);
|
||||
#else
|
||||
fprintf (stderr, "NE2000 support is not compiled in.\n");
|
||||
#endif
|
||||
}
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user