Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
4 additions
and
5 deletions.
-
+1
−3
self/llvm.scm
-
+3
−2
vm/low/irkvm.scm
|
@@ -208,9 +208,7 @@ |
|
|
) |
|
|
|
|
|
;; '%cget |
|
|
;; '%cset XXX dont' forget call to dead-set |
|
|
;; '%getcc |
|
|
;; '%putcc |
|
|
;; '%cset XXX don't forget call to dead-set |
|
|
x _ _ -> (error1 "unsupported/malformed llvm primop" (:tuple x (repr params) args)) |
|
|
)) |
|
|
|
|
|
|
@@ -3,6 +3,9 @@ |
|
|
(include "lib/basis.scm") |
|
|
(include "lib/os.scm") |
|
|
|
|
|
;; Why include this tiny, useless wrapper? Because we need vm.c to have access to |
|
|
;; everything in the Irken runtime. This is an easy way to do that. |
|
|
|
|
|
(local-include "vm.c") |
|
|
|
|
|
(define (read-bytecode-file path) |
|
@@ -16,5 +19,3 @@ |
|
|
) |
|
|
|
|
|
(go) |
|
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.