summaryrefslogtreecommitdiff
path: root/examples/llil_parser/src
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2018-08-29 15:26:00 -0400
committerPeter LaFosse <peter@vector35.com>2018-08-31 14:21:07 -0400
commitf0ccb75e7d80a6c0ae8b01d794b929f03bc6ea6d (patch)
tree7569fe7689062b265329ad0f649705aa8caab922 /examples/llil_parser/src
parenta6b801afadada75afd2b1779edee8d203f3b3140 (diff)
parent426bb3d8b47b93658bf969c429a8b98adae13c30 (diff)
Merging with dev
Diffstat (limited to 'examples/llil_parser/src')
-rw-r--r--examples/llil_parser/src/llil_parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/llil_parser/src/llil_parser.cpp b/examples/llil_parser/src/llil_parser.cpp
index da5f81dc..982593a9 100644
--- a/examples/llil_parser/src/llil_parser.cpp
+++ b/examples/llil_parser/src/llil_parser.cpp
@@ -130,7 +130,7 @@ static void PrintOperation(BNLowLevelILOperation operation)
ENUM_PRINTER(LLIL_CALL_SSA)
ENUM_PRINTER(LLIL_SYSCALL_SSA)
ENUM_PRINTER(LLIL_TAILCALL_SSA)
- ENUM_PRINTER(LLIL_CALL_PARAM_SSA)
+ ENUM_PRINTER(LLIL_CALL_PARAM)
ENUM_PRINTER(LLIL_CALL_STACK_SSA)
ENUM_PRINTER(LLIL_CALL_OUTPUT_SSA)
ENUM_PRINTER(LLIL_LOAD_SSA)