Eliminated WebStorm 11 confusion between BACKTRACK global variable and BACKTRACK global properties

This commit is contained in:
Jeff Parsons 2015-11-02 12:19:28 -08:00
commit d76693f440
9 changed files with 174 additions and 166 deletions

View file

@ -758,7 +758,7 @@ var X86 = {
/*
* BACKTRACK-related definitions (used only if BACKTRACK is defined)
*/
X86.BACKTRACK = {
X86.BTINFO = {
SP_LO: 0,
SP_HI: 0
};