Bug and solution from Eric Marsden:
The function GENERATE-BYTE-CODE-FOR-REF is calling COMBINATION-ARGS on the return value of CONTINUATION-DEST. In the situation that I have run into, the return value is of type MV-COMBINATION instead of COMBINATION, so an error occurs. Changing the COMBINATION-ARGS to BASIC-COMBINATION-ARGS seems to fix the problem...
Loading
Please register or sign in to comment