Fix build with -DENABLE_PC_LOG=1
Global "AT" is not there since commit bc90f99350
('Finally got rid of the
AT and PCI global variables.').
This commit is contained in:
@@ -761,7 +761,7 @@ void
|
||||
pc_full_speed(void)
|
||||
{
|
||||
if (!atfullspeed) {
|
||||
pc_log("Set fullspeed - %i %i\n", is386, AT);
|
||||
pc_log("Set fullspeed - %i %i\n", is386, is486);
|
||||
pc_speed_changed();
|
||||
}
|
||||
atfullspeed = 1;
|
||||
|
Reference in New Issue
Block a user