Stick jsops.cpp into jsinterp.cpp, where it belongs

This commit is contained in:
Luke Wagner
2010-07-05 18:28:41 -07:00
parent dd799311a4
commit a271706f18
7 changed files with 4380 additions and 4426 deletions

View File

@@ -336,7 +336,7 @@ js_GetIndexFromBytecode(JSContext *cx, JSScript *script, jsbytecode *pc,
* Unfortunately some bytecodes such as JSOP_LOOKUPSWITCH have immediates that
* might be string or double atoms. Those opcodes cannot be used from imacros.
* See the assertions in the JSOP_DOUBLE and JSOP_LOOKUPSWTICH* opcode cases in
* jsops.cpp.
* jsinterp.cpp.
*/
#define GET_DOUBLE_FROM_BYTECODE(script, pc, pcoff, dbl) \
JS_BEGIN_MACRO \