X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcompiler%2Fmips%2Fparms.lisp;h=50d4d4e0b798724b773fa9e532b4c5d33573b91a;hb=34dcb46f78a01d543756703d7ccdf3d999a134d0;hp=2fd09ce8f64bdce46f3f1b3e946305c1aadda727;hpb=976505f5476932372cae826a7bc5f3c94a09fa98;p=sbcl.git diff --git a/src/compiler/mips/parms.lisp b/src/compiler/mips/parms.lisp index 2fd09ce..50d4d4e 100644 --- a/src/compiler/mips/parms.lisp +++ b/src/compiler/mips/parms.lisp @@ -63,12 +63,6 @@ (def!constant read-only-space-start #x01000000) (def!constant read-only-space-end #x05000000) -(def!constant binding-stack-start #x05000000) -(def!constant binding-stack-end #x05800000) - -(def!constant control-stack-start #x05800000) -(def!constant control-stack-end #x06000000) - (def!constant static-space-start #x06000000) (def!constant static-space-end #x08000000)