From 76c6e06b45017c0ca8e7d874bbbc20ef0372a0a4 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Mon, 8 Mar 2010 09:18:30 +0000 Subject: [PATCH] patch label for gc --- C/amasm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/C/amasm.c b/C/amasm.c index 1bedb0653..0ed3f350a 100644 --- a/C/amasm.c +++ b/C/amasm.c @@ -3510,6 +3510,7 @@ do_pass(int pass_no, yamop **entry_codep, int assembling, int *clause_has_blobsp if (!ystop_found && cip->cpc->nextInst != NULL && (cip->cpc->nextInst->op == mark_initialised_pvars_op || + cip->cpc->nextInst->op == mark_live_regs_op || cip->cpc->nextInst->op == blob_op)) { ystop_found = TRUE; code_p = a_il((CELL)*entry_codep, _Ystop, code_p, pass_no, cip);