Cycle counts for recompiled blocks now generated at compile time.

This commit is contained in:
TomW 2014-11-12 19:33:49 +00:00
commit 2905c43db8
43 changed files with 1142 additions and 730 deletions

View file

@ -13,6 +13,6 @@ static int opRDTSC(uint32_t fetchdat)
}
EAX = tsc & 0xffffffff;
EDX = tsc >> 32;
cycles--;
CLOCK_CYCLES(1);
return 0;
}