stop LOG_BIOSCALL triggering dbe when outputting parameters.

This commit is contained in:
smf- 2011-02-05 03:31:52 +00:00
parent 4e9b2ccf7a
commit 1d0cf8d526

View File

@ -1052,6 +1052,7 @@ static void log_bioscall( psxcpu_state *psxcpu )
sprintf( buf, "unknown_%02x_%02x", address, operation );
}
logerror( "%08x: bioscall %s\n", (unsigned int)psxcpu->r[ 31 ] - 8, buf );
psxcpu->berr = 0;
}
}