force windows_setjmp & windows_longjmp

This commit is contained in:
Luke Boswell 2024-01-08 12:28:01 +11:00
parent b9b19d6054
commit 6b77aa93d5
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
2 changed files with 17 additions and 1 deletions

View file

@ -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 {