forked from CheckPointSW/Karta
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bug Fix] Enforce logic applies only to active code types
Fixes the main bug in issue CheckPointSW#41. When there was only 1 active code type (THUMB) and we were scanning a line from the other code type (ARM) we triggered an exception. Scanned the code to make sure no prediction will be made on code types which are not active at the moment of the decision.
- Loading branch information
1 parent
c7c30ef
commit 0e3ab0e
Showing
3 changed files
with
17 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters