Bug 552812 - nanojit: factor out AccSet differences into TM and TR (TM-specific part). r=gal.

This commit is contained in:
Nicholas Nethercote
2010-07-25 21:23:02 -07:00
parent 972b12306b
commit d5db9867fa
14 changed files with 432 additions and 355 deletions

View File

@@ -2235,7 +2235,7 @@ date_valueOf(JSContext *cx, uintN argc, Value *vp)
// Don't really need an argument here, but we don't support arg-less builtins
JS_DEFINE_TRCINFO_1(date_now,
(1, (static, DOUBLE, date_now_tn, CONTEXT, 0, nanojit::ACC_STORE_ANY)))
(1, (static, DOUBLE, date_now_tn, CONTEXT, 0, nanojit::ACCSET_STORE_ANY)))
static JSFunctionSpec date_static_methods[] = {
JS_FN("UTC", date_UTC, MAXARGS,0),