Initial commit of dynamic recompiler.
Various CPU changes to support dynamic recompiler.
This commit is contained in:
parent
17cae8a2d7
commit
4676daade4
52 changed files with 3740 additions and 1139 deletions
|
|
@ -4,7 +4,7 @@
|
|||
fetch_ea_16(fetchdat); \
|
||||
seteab((cond_ ## condition) ? 1 : 0); \
|
||||
cycles -= 4; \
|
||||
return 0; \
|
||||
return abrt; \
|
||||
} \
|
||||
\
|
||||
static int opSET ## condition ## _a32(uint32_t fetchdat) \
|
||||
|
|
@ -12,7 +12,7 @@
|
|||
fetch_ea_32(fetchdat); \
|
||||
seteab((cond_ ## condition) ? 1 : 0); \
|
||||
cycles -= 4; \
|
||||
return 0; \
|
||||
return abrt; \
|
||||
}
|
||||
|
||||
opSET(O)
|
||||
|
|
|
|||
Loading…
Reference in a new issue