X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcode%2Fsunos-os.lisp;h=07a53f242a7f6afe16591447f5fc7dab9911e061;hb=53ab0266f9a92943cc93f675cc727d01cfa55474;hp=2a419a636637e1daac3de7336b4d743746676f15;hpb=ce73c961ea089afea8ec523e1a5556c27d1aa6d2;p=sbcl.git diff --git a/src/code/sunos-os.lisp b/src/code/sunos-os.lisp index 2a419a6..07a53f2 100644 --- a/src/code/sunos-os.lisp +++ b/src/code/sunos-os.lisp @@ -48,4 +48,4 @@ ;; disposable. ;; FIXME II: this could well be wrong #!+sparc 8192 - #!+x86 4096) + #!+(or x86 x86-64) 4096)