Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save instruction pointer for async messages
This ensures that if we panic due to sending a message to the current process, we print the correct stacktrace; instead of trying to get the location of the instruction _after_ the send. This fixes https://gitlab.com/inko-lang/inko/-/issues/294. Changelog: fixed
- Loading branch information