Skip to content

Commit 6b3e875

Browse files
committed
chore: commment
1 parent 7a82e26 commit 6b3e875

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

barretenberg/cpp/src/barretenberg/avm_fuzzer/fuzz_lib/program_block.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1310,7 +1310,7 @@ void ProgramBlock::process_ecadd_instruction(ECADD_Instruction instruction)
13101310
.build();
13111311
instructions.push_back(ecadd_instruction);
13121312

1313-
// ECADD writes 3 consecutive memory locations: result_x (FF), result_y (FF), result_is_inf (U1)
1313+
// ECADD writes 2 consecutive memory locations: result_x (FF), result_y (FF)
13141314
memory_manager.set_memory_address(bb::avm2::MemoryTag::FF, result.value().first.absolute_address);
13151315
memory_manager.set_memory_address(bb::avm2::MemoryTag::FF, result.value().first.absolute_address + 1);
13161316
}

0 commit comments

Comments
 (0)