From 726f1764e033a5c66404a0f88f31a3466ef1c420 Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Sun, 19 Mar 2017 18:23:51 +0300 Subject: [PATCH] Remove CODE-SAVE-OFFSET, unused. --- src/compiler/x86-64/vm.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/x86-64/vm.lisp b/src/compiler/x86-64/vm.lisp index 34d2b4406..87ed9207e 100644 --- a/src/compiler/x86-64/vm.lisp +++ b/src/compiler/x86-64/vm.lisp @@ -509,7 +509,6 @@ ;;; RBP-16 on. (defconstant return-pc-save-offset 0) (defconstant ocfp-save-offset 1) -(defconstant code-save-offset 2) ;;; Let SP be the stack pointer before CALLing, and FP is the frame ;;; pointer after the standard prologue. SP + ;;; FRAME-WORD-OFFSET(SP->FP-OFFSET + I) = FP + FRAME-WORD-OFFSET(I). -- 2.11.4.GIT