Raymond Toy pushed to branch master at cmucl / cmucl
Commits: 8c6e050a by Raymond Toy at 2023-07-21T18:06:08-07:00 Remove extraneous debugging print
Introduced in commit [0a35575aa0] for debugging and we forgot to remove it.
- - - - -
1 changed file:
- src/compiler/x86/c-call.lisp
Changes:
===================================== src/compiler/x86/c-call.lisp ===================================== @@ -153,7 +153,6 @@ arg-types) (and (alien-integer-type-p result-type) (/= (alien::alien-integer-type-bits result-type) 32))) - (format t "give up~%") (c::give-up)) (collect ((new-args) (lambda-vars) (new-arg-types)) (dolist (type arg-types)
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/8c6e050a7cf90929c4e74e38...