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