aboutsummaryrefslogtreecommitdiff
path: root/src/ARM_InstrInfo.h
diff options
context:
space:
mode:
authorRSDuck <rsduck@users.noreply.github.com>2020-06-14 21:04:25 +0200
committerRSDuck <rsduck@users.noreply.github.com>2020-06-16 12:11:19 +0200
commite335a8ca7615c702cfa2dcdb71deb69468088fd8 (patch)
treec09dcec016d87e7d82a6aec377f8eb3fa9949026 /src/ARM_InstrInfo.h
parentfea9f95bba7475b2cd3b624a3ccd6cdee00a33f1 (diff)
first steps in bringing over the JIT refactor/fastmem
Diffstat (limited to 'src/ARM_InstrInfo.h')
-rw-r--r--src/ARM_InstrInfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ARM_InstrInfo.h b/src/ARM_InstrInfo.h
index 6ab4929..a702435 100644
--- a/src/ARM_InstrInfo.h
+++ b/src/ARM_InstrInfo.h
@@ -232,6 +232,7 @@ enum
{
special_NotSpecialAtAll = 0,
special_WriteMem,
+ special_LoadMem,
special_WaitForInterrupt,
special_LoadLiteral
};