Loading js/src/asmjs/Wasm.h +1 −3 Original line number Diff line number Diff line Loading @@ -34,9 +34,7 @@ using mozilla::Move; // The ValType enum represents the WebAssembly "value type", which are used to // specify the type of locals and parameters. // FIXME: uint8_t would make more sense for the underlying storage class, but // causes miscompilations in GCC (fixed in 4.8.5 and 4.9.3). enum class ValType enum class ValType : uint8_t { I32, I64, Loading Loading
js/src/asmjs/Wasm.h +1 −3 Original line number Diff line number Diff line Loading @@ -34,9 +34,7 @@ using mozilla::Move; // The ValType enum represents the WebAssembly "value type", which are used to // specify the type of locals and parameters. // FIXME: uint8_t would make more sense for the underlying storage class, but // causes miscompilations in GCC (fixed in 4.8.5 and 4.9.3). enum class ValType enum class ValType : uint8_t { I32, I64, Loading