diff options
| author | Brian Potchik <brian@vector35.com> | 2017-12-04 13:23:26 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2017-12-04 13:23:26 -0500 |
| commit | 10cf74045e1e2495813597a499dee4fb4baf601f (patch) | |
| tree | 716528e1e20476c881d5b65b88ebb01097f34139 /architecture.cpp | |
| parent | 448ffe2842b2b1e0d21f905403489d3f865672d8 (diff) | |
Better Architecture Transition Support.
Diffstat (limited to 'architecture.cpp')
| -rw-r--r-- | architecture.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/architecture.cpp b/architecture.cpp index 17d02909..66372bcb 100644 --- a/architecture.cpp +++ b/architecture.cpp @@ -30,6 +30,7 @@ using namespace std; InstructionInfo::InstructionInfo() { length = 0; + archTransitionByTargetAddr = false; branchCount = 0; branchDelay = false; } |
