Cranelift AArch64: Use an allocated encoding for Udf (#4281)
Preserve the current behaviour when code is generated for SpiderMonkey. Copyright (c) 2022, Arm Limited.
This commit is contained in:
@@ -615,6 +615,9 @@
|
||||
(decl avoid_div_traps () Type)
|
||||
(extern extractor avoid_div_traps avoid_div_traps)
|
||||
|
||||
(decl pure is_not_baldrdash_call_conv () bool)
|
||||
(extern constructor is_not_baldrdash_call_conv is_not_baldrdash_call_conv)
|
||||
|
||||
;;;; Helpers for accessing instruction data ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
||||
;; Accessor for `FuncRef`.
|
||||
|
||||
Reference in New Issue
Block a user