Skip to content

Commit

Permalink
fix condition string expression
Browse files Browse the repository at this point in the history
  • Loading branch information
jpffitch committed Oct 22, 2018
1 parent f7b88e4 commit edf52ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Engine/entry1.c
Expand Up @@ -158,7 +158,7 @@ OENTRY opcodlst_1[] = {
{ ":cond.i", S(CONVAL),0, 1, "i", "bii", conval },
{ ":cond.k", S(CONVAL),0, 2, "k", "Bkk", NULL, conval },
{ ":cond.a", S(CONVAL),0, 2, "a", "Bxx", NULL, aconval },
{ ":cond.s", S(CONVAL),0, 3, "S", "bSS", conval, NULL },
{ ":cond.s", S(CONVAL),0, 1, "S", "bSS", conval, NULL },
{ ":cond.S", S(CONVAL),0, 3, "S", "BSS", conval, conval },
{ "##add.ii", S(AOP),0, 1, "i", "ii", addkk },
{ "##sub.ii", S(AOP),0, 1, "i", "ii", subkk },
Expand Down

0 comments on commit edf52ee

Please sign in to comment.