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:
Lubomir Rintel
2022-09-13 14:32:16 +02:00
parent da33f5c0cc
commit 9f4a21d1ae

View File

@@ -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;