Merge pull request #2730 from lkundrak/lr/pclog

Fix build with -DENABLE_PC_LOG=1
This commit is contained in:
Miran Grča
2022-10-23 21:02:08 +02:00
committed by GitHub

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;