summaryrefslogtreecommitdiff
path: root/includes/compiler/PCodeInfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/compiler/PCodeInfo.h')
-rw-r--r--includes/compiler/PCodeInfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/compiler/PCodeInfo.h b/includes/compiler/PCodeInfo.h
index c7cee47..8f81179 100644
--- a/includes/compiler/PCodeInfo.h
+++ b/includes/compiler/PCodeInfo.h
@@ -17,6 +17,10 @@ typedef enum {
PCOp_PLACEHOLDEROPERAND
} PCOpKind;
+typedef enum {
+ PCOpMemory1 = 1
+} PCOpMemoryArg;
+
typedef struct _OpcodeInfo {
const char *name;
const char *format;