This commit is contained in:
Jonathan Campbell
2020-06-05 18:59:36 -07:00
parent cf98220a92
commit 28a423d785

View File

@@ -141,7 +141,7 @@ common opcode "DEC" param(what) {
}
common opcode "Jcc" param(imm,insp,flags,cond) {
modifies flags,insp;
modifies insp if cond();
input insp,flags,imm;