mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1069704 - Fix broken deterministic JS build (lol=jorendorff)
This commit is contained in:
parent
9f35e7d9c4
commit
56a0a49e46
@ -1708,7 +1708,7 @@ ObjectAddress(JSContext *cx, unsigned argc, jsval *vp)
|
||||
}
|
||||
|
||||
#ifdef JS_MORE_DETERMINISTIC
|
||||
args.rval().setInt(0);
|
||||
args.rval().setInt32(0);
|
||||
#else
|
||||
char buffer[64];
|
||||
JS_snprintf(buffer, sizeof(buffer), "%p", &args[0].toObject());
|
||||
|
Loading…
Reference in New Issue
Block a user