globals support in nac3standalone #541
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: M-Labs/nac3#541
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
This fails currently:
Also we want to be able to assign to globals, e.g.
And they should be stored in the data segment and persist across calls of the run() function.
The actual error for this is:
Done