useAnswer

fun useAnswer(answerReg: L2ReadBoxedOperand)

Record the fact that this call has produced a value in a particular register which is to represent the new top-of-stack value.

Parameters

answerReg

The register which will already hold the return value at this point. The value has not yet been type checked against the expectedType at this point, but it should comply with the type guarantees of the VM.