mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
Bug 471513 - invalid C++ in jsopcode.cpp, r=brendan
This commit is contained in:
parent
98fb58ed3e
commit
2ba5c16c75
@ -932,8 +932,9 @@ GetStr(SprintStack *ss, uintN i)
|
||||
* JSOP_SETPROP, and JSOP_SETELEM, respectively. They are never stored in
|
||||
* bytecode, so they don't preempt valid opcodes.
|
||||
*/
|
||||
#define JSOP_GETPROP2 256
|
||||
#define JSOP_GETELEM2 257
|
||||
#define JSOP_GETPROP2 JSOP_LIMIT
|
||||
#define JSOP_GETELEM2 JSOP_LIMIT + 1
|
||||
JS_STATIC_ASSERT(JSOP_GETELEM2 <= 255);
|
||||
|
||||
static void
|
||||
AddParenSlop(SprintStack *ss)
|
||||
|
Loading…
Reference in New Issue
Block a user