src/method-impl.lisp (compute-method-entry-functions): Fix varargs handling.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 15 Dec 2015 17:04:00 +0000 (17:04 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 29 May 2016 13:40:39 +0000 (14:40 +0100)
commitdf9b9a638bab60dfe28be0ad8606ed20c6c0cfba
tree790d07e9801070745c5c27515e37cac4db0b1c3b
parent933bbda69cd7c809a843cd6075137dc0f50b9020
src/method-impl.lisp (compute-method-entry-functions): Fix varargs handling.

The `convert-stmts' in `finish-entry' didn't cover the trailing
`va_end', with the possible result of a premature return.
src/method-impl.lisp