Fixed up debug FB tolerance test build

This commit is contained in:
Ross Owen
2013-09-09 23:38:22 +01:00
parent ea5cc2860a
commit 71797cc608

View File

@@ -323,7 +323,7 @@ void buffer(register chanend c_aud_out, register chanend c_aud_in, chanend c_aud
min -= 1; min -= 1;
} }
#ifdef FB_TOLERANCE_TEST #ifdef FB_TOLERANCE_TEST
expected_fb = ((sampleFreq * 0x2000) / frametime); expected_fb = ((sampleFreq * 0x2000) / frameTime);
#endif #endif
asm("stw %0, dp[g_speed]"::"r"(mid << 16)); asm("stw %0, dp[g_speed]"::"r"(mid << 16));
@@ -435,7 +435,6 @@ void buffer(register chanend c_aud_out, register chanend c_aud_in, chanend c_aud
#ifdef FB_TOLERANCE_TEST #ifdef FB_TOLERANCE_TEST
else else
{ {
} }
#endif #endif
clocks = 0; clocks = 0;