Support for new semantics for wspawn.
This commit is contained in:
@@ -80,7 +80,7 @@ Instruction::InstTableEntry Instruction::instTable[] = {
|
||||
{"fmul", false, false, false, false, AC_3REG, ITYPE_FPMUL },
|
||||
{"fdiv", false, false, false, false, AC_3REG, ITYPE_FPDIV },
|
||||
{"fneg", false, false, false, false, AC_2REG, ITYPE_FPBASIC },
|
||||
{"wspawn", false, false, true, false, AC_2REGSRC, ITYPE_NULL },
|
||||
{"wspawn", false, false, true, false, AC_3REG, ITYPE_NULL },
|
||||
{"split", false, false, true, false, AC_NONE, ITYPE_NULL },
|
||||
{"join", false, false, true, false, AC_NONE, ITYPE_NULL },
|
||||
{NULL,false,false,false,false,AC_NONE,ITYPE_NULL}/////// End of table.
|
||||
|
||||
Reference in New Issue
Block a user