fix fasfile pageSize

This commit is contained in:
Jordi Baylina
2020-10-14 09:49:13 +02:00
parent e1286c29c7
commit dafc9db614
3 changed files with 14 additions and 8 deletions

View File

@@ -473,7 +473,7 @@ module.exports = function buildRuntime(module, builder) {
);
f.addCode(
c.if( // If ( mapIsInput[s >> 5] & 1 << (s & 0x1f) )
c.if( // If ( mapIsInput[s >> 5] & (1 << (s & 0x1f)) )
c.i32_and(
c.i32_load(
c.i32_add(