Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/compiler/x86/c-call.lisp
    ... ... @@ -153,7 +153,6 @@
    153 153
     		      arg-types)
    
    154 154
     		(and (alien-integer-type-p result-type)
    
    155 155
     		     (/= (alien::alien-integer-type-bits result-type) 32)))
    
    156
    -      (format t "give up~%")
    
    157 156
           (c::give-up))
    
    158 157
         (collect ((new-args) (lambda-vars) (new-arg-types))
    
    159 158
           (dolist (type arg-types)