示例#1
0
UINT32 opPREPARE_1(void) { modM=1; return opPREPARE(); }
示例#2
0
static UINT32 opPREPARE_1(v60_state *cpustate) { cpustate->modm = 1; return opPREPARE(cpustate); }
示例#3
0
UINT32 opPREPARE_0(void) { modM=0; return opPREPARE(); }