From d608c091680989e331b849fac8936a6e493bed43 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 28 Jun 2010 09:39:43 -0700 Subject: Some fixme-to-issue housekeeping. --- src/boot/be/x86.ml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/boot/be') diff --git a/src/boot/be/x86.ml b/src/boot/be/x86.ml index 267dc657..182096ed 100644 --- a/src/boot/be/x86.ml +++ b/src/boot/be/x86.ml @@ -1245,8 +1245,9 @@ let fn_prologue sub (rc esp) dynamic_frame_sz; (* Zero the frame. - * - * FIXME: this is awful, will go away when we have proper CFI. + * + * FIXME (ssue 27): this is awful, will go away when we have proper + * CFI. *) mov (rc edi) (ro esp); -- cgit v1.2.3