aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-06-25 17:32:35 -0700
committerGraydon Hoare <[email protected]>2010-06-25 17:32:35 -0700
commitc56a729ff1d9467d612bf522614519ac7b97f798 (patch)
tree13718ecd1051b3d4ae9a56699222322e2b1952cb /src
parentI hear actually loading the next pointer into the right register helps when w... (diff)
downloadrust-c56a729ff1d9467d612bf522614519ac7b97f798.tar.xz
rust-c56a729ff1d9467d612bf522614519ac7b97f798.zip
Remove obsolete comment.
Diffstat (limited to 'src')
-rw-r--r--src/boot/be/x86.ml1
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;