Adding adder-subtractor primitive.

This commit is contained in:
Alan Mishchenko 2018-04-11 19:08:53 -07:00
parent a8f913f75a
commit 37504a492a
1 changed files with 3 additions and 1 deletions

View File

@ -150,7 +150,9 @@ typedef enum {
ABC_OPER_ARI_SQUARE, // 96
ABC_OPER_CONST, // 97
ABC_OPER_LAST // 98
ABC_OPER_ARI_ADDSUB, // 98
ABC_OPER_LAST // 99
} Acb_ObjType_t;