standalone: fix __nac3_raise def in demo.c #462
No reviewers
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#462
Loading…
Reference in New Issue
No description provided.
Delete Branch "fix-standalone-nac3-raise"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
nac3standalone/demo/demo.c
's__nac3_raise
's interface is wrong. PR to fix.Also fixes #457 - the output inconsistency most likely stems from
__nac3_raise
inappropriately interpreting on differently generated code after optimization.Example output with the new
__nac3_raise
as follows...Source code:
Output with
cargo build && ./run_demo.sh --debug src/_test.py
:Previously it's just garbage data:
Oops
Accidentally committed with a different user
60e46e17c4
to1a31a50b8a