diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/boot/be/x86.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/boot/be/x86.ml b/src/boot/be/x86.ml index 9d216658..dfd659d9 100644 --- a/src/boot/be/x86.ml +++ b/src/boot/be/x86.ml @@ -890,7 +890,6 @@ let gc_glue (codefix repeat_jmp_fix)); (* loop *) mark exit_jmp_fix; - (* For now, stop after marking; sweep is still buggy. *) pop (rc eax); restore_callee_saves e; Il.emit e Il.Ret; |