There was an error while loading. Please reload this page.
2 parents 30cb96a + 362d634 commit 6365466Copy full SHA for 6365466
1 file changed
template/ecma-marshal.txt
@@ -26,7 +26,7 @@
26
buf[i++] = this.{{.NameNative}};
27
} else {
28
buf[i++] = {{.Index}};
29
- buf[i++] = this.{{.NameNative}} >>> 0;
+ buf[i++] = (this.{{.NameNative}} >>> 8) & 255;
30
buf[i++] = this.{{.NameNative}} & 255;
31
}
32
0 commit comments