summaryrefslogtreecommitdiff
path: root/architecture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'architecture.cpp')
-rw-r--r--architecture.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/architecture.cpp b/architecture.cpp
index 3c44202f..50cb09cc 100644
--- a/architecture.cpp
+++ b/architecture.cpp
@@ -50,7 +50,8 @@ void InstructionInfo::AddBranch(BNBranchType type, uint64_t target, Architecture
InstructionTextToken::InstructionTextToken() :
- type(TextToken), value(0), width(WidthIsByteCount), confidence(BN_FULL_CONFIDENCE)
+ type(TextToken), value(0), width(WidthIsByteCount), size(0), operand(BN_INVALID_OPERAND),
+ context(NoTokenContext), confidence(BN_FULL_CONFIDENCE), address(0)
{
if (width == WidthIsByteCount)
{