Merge pull request #11 from ksherlock/patch_14

disassemble global symbol tables.
This commit is contained in:
MikeW50 2018-03-25 15:29:42 -06:00 committed by GitHub
commit 25b95443de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1892,6 +1892,7 @@ if (constant) { /* split on constant or expression */
pc += 2;
break;
case 5:
case 8:
sTable = TRUE;
break;
}