Skip to content
Snippets Groups Projects
Commit 762816d2 authored by wlott's avatar wlott
Browse files

Added exports for several functions that the backend need to get at.

parent a255dc86
No related branches found
No related tags found
No related merge requests found
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
;;; ;;;
(in-package 'c) (in-package 'c)
(export '(component-header-length sb-allocated-size current-nfp-tn
callee-nfp-tn callee-return-pc-tn *code-segment* *elsewhere*))
;;;; Utilities used during code generation. ;;;; Utilities used during code generation.
;;; Component-Header-Length -- Interface ;;; Component-Header-Length -- Interface
...@@ -47,7 +50,6 @@ ...@@ -47,7 +50,6 @@
(block-environment block))) (block-environment block)))
(ir2-component-nfp (component-info (block-component block))))))) (ir2-component-nfp (component-info (block-component block)))))))
;;; CALLEE-NFP-TN -- Interface ;;; CALLEE-NFP-TN -- Interface
;;; ;;;
(defun callee-nfp-tn (2env) (defun callee-nfp-tn (2env)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment