Skip to content

Commit 45cac80

Browse files
0xrinegadeclaude
andcommitted
fix(compiler): Correct IR instruction names in assert functions
Fix compilation errors in assert-signer, assert-writable, and assert-owner: - JmpNZ → JumpIf (correct instruction name) - CmpEq → Eq (correct instruction name) - new_label() → new_label("prefix") (requires prefix argument) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 03ecfe4 commit 45cac80

File tree

1 file changed

+1268
-65
lines changed
  • crates/ovsm/src/compiler

1 file changed

+1268
-65
lines changed

0 commit comments

Comments
 (0)