Keep --disable-jit working (480657, r=gal).

This commit is contained in:
Brendan Eich
2009-03-04 00:38:46 -08:00
parent 12590d2dce
commit 400f400adc
2 changed files with 11 additions and 2 deletions

View File

@@ -2070,7 +2070,11 @@ js_NewInstance(JSContext* cx, JSObject *ctor)
JS_DEFINE_CALLINFO_2(extern, CONSTRUCTOR_RETRY, js_NewInstance, CONTEXT, CALLEE_PROTOTYPE, 0, 0)
#endif /* JS_TRACER */
#else /* !JS_TRACER */
# define js_Object_trcinfo NULL
#endif /* !JS_TRACER */
/*
* Given pc pointing after a property accessing bytecode, return true if the