X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Fppc%2Fc-call.lisp;h=52db97f1720a8a02be0c24b62c97556507ee6897;hb=068cf4b55af3f8f8acf2c7c06869441612261cd4;hp=46c76a12560e68ff0d5ce05ac3763cde386c2534;hpb=4e6200853a661da5e73d0843a4afca9077a06fa8;p=sbcl.git diff --git a/src/compiler/ppc/c-call.lisp b/src/compiler/ppc/c-call.lisp index 46c76a1..52db97f 100644 --- a/src/compiler/ppc/c-call.lisp +++ b/src/compiler/ppc/c-call.lisp @@ -63,7 +63,7 @@ ;;; a double. ;;; ;;; gcc does: -;;; +;;; ;;; Excess floats stored on the stack are stored as floats. ;;; ;;; We follow gcc.