Added "bar" instruction for barriers.

This commit is contained in:
chad
2014-10-13 15:23:40 -04:00
parent 54adca00e3
commit d9b91fc58f
2 changed files with 3 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ Instruction::InstTableEntry Instruction::instTable[] = {
{"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 },
{"bar", false, false, true, false, AC_2REGSRC, ITYPE_NULL },
{NULL,false,false,false,false,AC_NONE,ITYPE_NULL}/////// End of table.
};