Return at end of GC glue.

This commit is contained in:
Graydon Hoare 2010-06-25 15:43:03 -07:00
parent a9c639ec8a
commit 2e3fa5bd68
1 changed files with 1 additions and 0 deletions

View File

@ -893,6 +893,7 @@ let gc_glue
emit (Il.jmp Il.JMP
(codefix repeat_jmp_fix)); (* loop *)
mark exit_jmp_fix;
emit Il.Ret;
;;