Skip to content

Commit 612df60

Browse files
fix typo bug
1 parent f1fe70e commit 612df60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ecc/circuit/src/ecc_extension.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ impl<F: PrimeField32> VmExtension<F> for EccExtension {
230230
);
231231
inventory.add_executor(
232232
EccExtensionExecutor::TeEcAddRv32_32(te_add_chip),
233-
sw_add_ne_opcodes
233+
te_add_opcodes
234234
.clone()
235235
.map(|x| VmOpcode::from_usize(x + te_start_offset)),
236236
)?;

0 commit comments

Comments
 (0)