X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fx86%2Fparms.lisp;h=ec89f340f6e1f11b7f4f667405777c2219c1ebf5;hb=1540c1c1d517c58fa9a41629beb65cdce7dfafb6;hp=cf6ebb2677c3fd3b991e827658ddbb972acaceb1;hpb=ac405df3f196d58f6a5a2003afd8f48f490300df;p=sbcl.git diff --git a/src/compiler/x86/parms.lisp b/src/compiler/x86/parms.lisp index cf6ebb2..ec89f34 100644 --- a/src/compiler/x86/parms.lisp +++ b/src/compiler/x86/parms.lisp @@ -290,11 +290,5 @@ sb!kernel:two-arg-lcm sb!kernel:%coerce-callable-to-fun)) -;;;; stuff added by jrd - -;;; FIXME: Is this used? Delete it or document it. -;;; cf the sparc PARMS.LISP -(defparameter *assembly-unit-length* 8) - #!+win32 (defconstant +win32-tib-arbitrary-field-offset+ #.(+ #xE10 (* 4 63)))