mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 03:06:42 +01:00
fix fasfile pageSize
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user