Cycle counts for recompiled blocks now generated at compile time.
This commit is contained in:
parent
087f412d3f
commit
2905c43db8
43 changed files with 1142 additions and 730 deletions
|
|
@ -3,7 +3,7 @@
|
|||
{ \
|
||||
fetch_ea_16(fetchdat); \
|
||||
seteab((cond_ ## condition) ? 1 : 0); \
|
||||
cycles -= 4; \
|
||||
CLOCK_CYCLES(4); \
|
||||
return abrt; \
|
||||
} \
|
||||
\
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
{ \
|
||||
fetch_ea_32(fetchdat); \
|
||||
seteab((cond_ ## condition) ? 1 : 0); \
|
||||
cycles -= 4; \
|
||||
CLOCK_CYCLES(4); \
|
||||
return abrt; \
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue