We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a82e26 commit 6b3e875Copy full SHA for 6b3e875
1 file changed
barretenberg/cpp/src/barretenberg/avm_fuzzer/fuzz_lib/program_block.cpp
@@ -1310,7 +1310,7 @@ void ProgramBlock::process_ecadd_instruction(ECADD_Instruction instruction)
1310
.build();
1311
instructions.push_back(ecadd_instruction);
1312
1313
- // ECADD writes 3 consecutive memory locations: result_x (FF), result_y (FF), result_is_inf (U1)
+ // ECADD writes 2 consecutive memory locations: result_x (FF), result_y (FF)
1314
memory_manager.set_memory_address(bb::avm2::MemoryTag::FF, result.value().first.absolute_address);
1315
memory_manager.set_memory_address(bb::avm2::MemoryTag::FF, result.value().first.absolute_address + 1);
1316
}
0 commit comments