forked from qmonnet/rbpf
-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
jit: correctly load the StableResult discriminant in emit_result_is_e…
…rr (#514) StableResult is #[repr(C, u64)] which means that the layout is [u64 discriminant] [union of all the data carried by the variants] We were accessing the data of the Ok variant.
- Loading branch information
1 parent
c10ce31
commit dd1ecc0
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters