fix test-powerpc build

This commit is contained in:
asvitkine 2012-02-12 16:41:28 +00:00
parent f964fdd22c
commit 14355b28cd

View File

@ -196,9 +196,15 @@ static void inline ppc_flush_icache_range(uint32 *start_p, uint32 length)
#if EMU_KHEPERIX #if EMU_KHEPERIX
// Wrappers when building from SheepShaver tree // Wrappers when building from SheepShaver tree
#ifdef SHEEPSHAVER #ifdef SHEEPSHAVER
uint32 ROMBase = 0x40800000;
int64 TimebaseSpeed = 25000000; // Default: 25 MHz int64 TimebaseSpeed = 25000000; // Default: 25 MHz
uint32 PVR = 0x000c0000; // Default: 7400 (with AltiVec) uint32 PVR = 0x000c0000; // Default: 7400 (with AltiVec)
bool PrefsFindBool(const char *name)
{
return false;
}
uint64 GetTicks_usec(void) uint64 GetTicks_usec(void)
{ {
return clock(); return clock();