summaryrefslogtreecommitdiff
path: root/architecture.cpp
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2021-07-07 08:26:29 -0400
committerPeter LaFosse <peter@vector35.com>2021-09-05 10:09:09 -0400
commit764063b2b44dbeba5f2f318c971e4f4acfb48427 (patch)
treee014fe6a859b97a653cef80dc9db66a06c706c37 /architecture.cpp
parentd376db916f5fc83f9e654edf23364d200839ac50 (diff)
Refactor Python Types
Remove _mutable types
Diffstat (limited to 'architecture.cpp')
-rw-r--r--architecture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/architecture.cpp b/architecture.cpp
index f64c87d6..0ef171f5 100644
--- a/architecture.cpp
+++ b/architecture.cpp
@@ -849,7 +849,7 @@ size_t Architecture::GetInstructionAlignment() const
size_t Architecture::GetMaxInstructionLength() const
{
- return BN_DEFAULT_NSTRUCTION_LENGTH;
+ return BN_DEFAULT_INSTRUCTION_LENGTH;
}