mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
force windows_setjmp & windows_longjmp
This commit is contained in:
parent
b9b19d6054
commit
6b77aa93d5
2 changed files with 17 additions and 1 deletions
|
@ -445,8 +445,8 @@ pub const NOTIFY_PARENT_EXPECT: &str = "roc_builtins.utils.notify_parent_expect"
|
|||
pub const UTILS_LONGJMP: &str = "longjmp";
|
||||
pub const UTILS_SETJMP: &str = "setjmp";
|
||||
|
||||
pub const UTILS_WINDOWS_LONGJMP: &str = "windows_longjmp";
|
||||
pub const UTILS_WINDOWS_SETJMP: &str = "windows_setjmp";
|
||||
pub const UTILS_WINDOWS_LONGJMP: &str = "windows_longjmp";
|
||||
|
||||
#[derive(Debug, Default)]
|
||||
pub struct IntToIntrinsicName {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue