![](https://secure.gravatar.com/avatar/5634a99cd64dd70d4a6692c3031a1284.jpg?s=120&d=mm&r=g)
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... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/8c6e050a7cf90929c4e74e38... You're receiving this email because of your account on gitlab.common-lisp.net.