py: Allocate memory for assembled code at start of PASS_EMIT.
Previously was allocating at end of PASS_COMPUTE, and this pass was being run twice, so memory was being allocated twice.
Please register or sign in to comment
Previously was allocating at end of PASS_COMPUTE, and this pass was being run twice, so memory was being allocated twice.