diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 1f21c74..218b589 100644 --- a/src/common.h +++ b/src/common.h @@ -64,8 +64,14 @@ enum ejit_opcode { SUBI, MULR, + MULR_F, + DIVR, + DIVR_U, + DIVR_F, + NEGR, + COMR, ANDR, ANDI, |