From 00ac05a8ef445908d50dfb7d0ec6fba29d676000 Mon Sep 17 00:00:00 2001 From: ram <ram> Date: Fri, 15 Nov 1991 15:27:56 +0000 Subject: [PATCH] Added BACKEND-DISASSEM-PARAMS. --- compiler/backend.lisp | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/compiler/backend.lisp b/compiler/backend.lisp index 07587cbca..18ae65d27 100644 --- a/compiler/backend.lisp +++ b/compiler/backend.lisp @@ -7,7 +7,7 @@ ;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/backend.lisp,v 1.13 1991/02/20 14:56:39 ram Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/backend.lisp,v 1.14 1991/11/15 15:27:56 ram Exp $") ;;; ;;; ********************************************************************** ;;; @@ -25,7 +25,7 @@ backend-any-primitive-type backend-info-environment backend-instruction-formats backend-instruction-flavors backend-assembler-resources backend-special-arg-types - backend-features + backend-features backend-disassem-params ;; The various backends need to call these support routines make-stack-pointer-tn primitive-type primitive-type-of)) @@ -177,6 +177,9 @@ ;; The backend specific features list, if any. (features nil :type list) + ;; Disassembler information. + (disassem-params nil :type t) + . #.(mapcar #'(lambda (slot) `(,slot nil :type (or null function))) (sort (copy-list vm-support-routines) -- GitLab