X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fsc-offset.lisp;h=29c86365aca0ce5ba48d37bcc365e60d888e751f;hb=e51821dc33815272034a3adf76b91861d0729304;hp=0f200890e56e66af473f73ed3466f8502dc66551;hpb=c6bbd001a82bb846fe8366b09787912c02bd8e2e;p=sbcl.git diff --git a/src/code/sc-offset.lisp b/src/code/sc-offset.lisp index 0f20089..29c8636 100644 --- a/src/code/sc-offset.lisp +++ b/src/code/sc-offset.lisp @@ -17,7 +17,7 @@ ;;;; which is the SC number and offset encoded as an integer. ;;;; FIXME: this layout is hardcoded in some .S files, -;;;; undefined_tramp in at least ppc-assem.S and mips-assem.S uses it. +;;;; undefined_tramp in at least mips/ppc/sparc-assem.S uses it. ;;;; Ideally, it shouldn't be hardcoded. (defconstant-eqx sc-offset-scn-byte (byte 6 0) #'equalp) (defconstant-eqx sc-offset-offset-byte (byte 21 6) #'equalp)