Add missing FASTCALL declaration.

This commit is contained in:
Andreas Gal 2009-04-14 20:54:22 -07:00
parent 5f739a7156
commit 6160744b13

View File

@ -6236,7 +6236,7 @@ TraceRecorder::unbox_jsval(jsval v, LIns*& v_ins, LIns* exit)
}
}
static JSObject*
static JSObject* FASTCALL
ComputeThis_tn(JSContext* cx)
{
VOUCH_DOES_NOT_REQUIRE_STACK();