summaryrefslogtreecommitdiff
path: root/highlevelil.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'highlevelil.cpp')
-rw-r--r--highlevelil.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/highlevelil.cpp b/highlevelil.cpp
index 7e65e1e6..77a0f051 100644
--- a/highlevelil.cpp
+++ b/highlevelil.cpp
@@ -878,6 +878,11 @@ bool HighLevelILTokenEmitter::GetDefaultBracesOnSameLine() const
return BNHighLevelILTokenEmitterGetDefaultBracesOnSameLine(m_object);
}
+size_t HighLevelILTokenEmitter::GetMaxTernarySimplificationTokens() const
+{
+ return BNHighLevelILTokenEmitterGetMaxTernarySimplficationTokens(m_object);
+}
+
bool HighLevelILTokenEmitter::IsSimpleScopeAllowed() const
{