Merge pull request #2730 from lkundrak/lr/pclog
Fix build with -DENABLE_PC_LOG=1
This commit is contained in:
@@ -761,7 +761,7 @@ void
|
|||||||
pc_full_speed(void)
|
pc_full_speed(void)
|
||||||
{
|
{
|
||||||
if (!atfullspeed) {
|
if (!atfullspeed) {
|
||||||
pc_log("Set fullspeed - %i %i\n", is386, AT);
|
pc_log("Set fullspeed - %i %i\n", is386, is486);
|
||||||
pc_speed_changed();
|
pc_speed_changed();
|
||||||
}
|
}
|
||||||
atfullspeed = 1;
|
atfullspeed = 1;
|
||||||
|
Reference in New Issue
Block a user