Commit 45cac80
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
1 file changed
+1268
-65
lines changed
0 commit comments