| 6407 | |
| 6408 | #ifdef BOXEDWINE_MULTI_THREADED |
| 6409 | static void translateToLockInstruction(DecodedOp* op) { |
| 6410 | #define INIT_CPU_LOCK(e, f) case e: op->inst = e##_Lock; break; |
| 6411 | switch (op->inst) { |
| 6412 | #include "common/cpu_init_lock.h" |
| 6413 | } |
| 6414 | } |
| 6415 | #endif |
| 6416 | |
| 6417 | DecodedOp* decodeBlock(DecodeBlockCallback* callback, U32 eip, bool isBig, U32& opCount, U32& decodedLen, U32 maxOpCount) { |