diff --git a/js/src/jsopcode.c b/js/src/jsopcode.c index af4bcf0408e..6800adc6c30 100644 --- a/js/src/jsopcode.c +++ b/js/src/jsopcode.c @@ -1227,7 +1227,7 @@ Decompile(SprintStack *ss, jsbytecode *pc, intN nb) * that the auto-parens magic in PopOff can do its thing. */ LOCAL_ASSERT(ss->top != 0); - ss->opcodes[ss->top-1] = lastop; + ss->opcodes[ss->top-1] = saveop = lastop; todo = -2; break;