From c2a84df3d13f19142fe2320b75838df371e9d79b Mon Sep 17 00:00:00 2001 From: rtoy <rtoy> Date: Tue, 3 Aug 2004 11:59:42 +0000 Subject: [PATCH] FIND-PC-FROM-ASSEMBLY-FUN is not used for x86's. --- code/debug-int.lisp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/debug-int.lisp b/code/debug-int.lisp index 8e3580bf5..1326de04a 100644 --- a/code/debug-int.lisp +++ b/code/debug-int.lisp @@ -5,7 +5,7 @@ ;;; Carnegie Mellon University, and has been placed in the public domain. ;;; (ext:file-comment - "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-int.lisp,v 1.111 2004/07/30 01:05:59 rtoy Exp $") + "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/code/debug-int.lisp,v 1.112 2004/08/03 11:59:42 rtoy Exp $") ;;; ;;; ********************************************************************** ;;; @@ -1409,6 +1409,7 @@ (return (values code pc-offset scp)))))))))) +#-(or gengc x86 amd64) (defun find-pc-from-assembly-fun (code scp) "find the PC" (let ((return-machine-address -- GitLab