Bug 449503: fix --enable-dtrace, r=igor

This commit is contained in:
Gavin Sharp 2008-08-06 17:51:38 -07:00
parent 5666178bff
commit 348213c998

View File

@ -180,7 +180,6 @@ jsdtrace_function_name(JSContext *cx, JSStackFrame *fp, JSFunction *fun)
case JSOP_CALLGVAR:
case JSOP_GETGVAR:
case JSOP_SETGVAR:
case JSOP_CALLVAR:
case JSOP_CALLARG:
case JSOP_CALLLOCAL:
/* FIXME: try to recover a name from these ops. */