summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2019-07-30 18:21:15 -0400
committerRusty Wagner <rusty@vector35.com>2020-04-17 14:20:36 -0400
commit652dd72149b9c030e438d6de1a03ef54eafd8091 (patch)
tree17e798a8becf6c39d236f31111c136f13b4f49a3 /binaryninjacore.h
parent203717232e816d42973f05f1c9fbc950914d71dc (diff)
Add continue HLIL instruction
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 5487baab..03ddcd4d 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1058,6 +1058,7 @@ extern "C"
HLIL_SWITCH,
HLIL_CASE,
HLIL_BREAK,
+ HLIL_CONTINUE,
HLIL_JUMP,
HLIL_RET,
HLIL_NORET,