blob: 43c459042b3377f3a0edd2b272a4a7992ee2db81 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001fix the compile error of powerpc64
2
3Upstream-status: Accepted
4
5 fix the following error
6 |error: 'jsuword' does not name a type
7
8
9--- a/js/src/jsval.hold 2015-04-24 01:15:06.692970731 -0500
10+++ b/js/src/jsval.h 2015-04-24 01:15:41.792969478 -0500
11@@ -304,7 +304,6 @@
12 int32_t i32;
13 uint32_t u32;
14 JSWhyMagic why;
15- jsuword word;
16 } payload;
17 } s;
18 double asDouble;