Eliminated WebStorm 11 confusion between BACKTRACK global variable and BACKTRACK global properties
This commit is contained in:
parent
b0bac10944
commit
d76693f440
9 changed files with 174 additions and 166 deletions
|
|
@ -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
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue