- oops, it didn't compile when you had debugger on bug ne2k off. Now it does.

This commit is contained in:
Bryce Denney 2001-10-01 04:07:29 +00:00
parent 25942a527d
commit c2e09b1889

View File

@ -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
}
//