From b16146ed73c0245c51c55313e0599ed10d6ecda4 Mon Sep 17 00:00:00 2001 From: luffykai Date: Thu, 10 Oct 2024 12:07:58 -0400 Subject: [PATCH] add todo --- vm/src/arch/adapters/rv32_heap.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/vm/src/arch/adapters/rv32_heap.rs b/vm/src/arch/adapters/rv32_heap.rs index 1f463f89bc..828cbda051 100644 --- a/vm/src/arch/adapters/rv32_heap.rs +++ b/vm/src/arch/adapters/rv32_heap.rs @@ -102,6 +102,7 @@ impl MachineA } pub struct Rv32HeapAdapterCols { + // TODO: we should save on address space as register is 1, and the data is fixed for all (e = 2). pub read_aux: [Rv32RegisterHeapReadAuxCols; 2], pub write_aux: Rv32RegisterHeapWriteAuxCols, pub read_addresses: [HeapAddress; 2],