diff options
| author | Graydon Hoare <[email protected]> | 2010-06-28 09:39:43 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-06-28 09:39:43 -0700 |
| commit | d608c091680989e331b849fac8936a6e493bed43 (patch) | |
| tree | 194928a43764fecce4f753533775994b13b98534 /src/boot/be | |
| parent | Once more with feeling. Closes #13. (diff) | |
| download | rust-d608c091680989e331b849fac8936a6e493bed43.tar.xz rust-d608c091680989e331b849fac8936a6e493bed43.zip | |
Some fixme-to-issue housekeeping.
Diffstat (limited to 'src/boot/be')
| -rw-r--r-- | src/boot/be/x86.ml | 5 |
1 files changed, 3 insertions, 2 deletions
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); |