Skip to content
Snippets Groups Projects
Commit 28508053 authored by Raymond Toy's avatar Raymond Toy
Browse files

Forgot to load c-callback and alien-callback in the appropriate

places.
parent 02f4566a
No related branches found
No related tags found
No related merge requests found
...@@ -56,6 +56,8 @@ ...@@ -56,6 +56,8 @@
(if (target-featurep :sse2) (if (target-featurep :sse2)
(load "vm:sse2-c-call") (load "vm:sse2-c-call")
(load "vm:x87-c-call"))) (load "vm:x87-c-call")))
(when (target-featurep :alien-callback)
(load "vm:c-callback"))
(load "vm:print") (load "vm:print")
(load "vm:alloc") (load "vm:alloc")
(load "vm:call") (load "vm:call")
......
...@@ -168,6 +168,9 @@ ...@@ -168,6 +168,9 @@
(maybe-byte-load "target:code/intl") (maybe-byte-load "target:code/intl")
#+alien-callback
(maybe-byte-load "target:code/alien-callback")
;;; PCL. ;;; PCL.
;;; ;;;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment