aboutsummaryrefslogtreecommitdiff
path: root/src/boot/me
diff options
context:
space:
mode:
authorGraydon Hoare <[email protected]>2010-08-10 16:03:58 -0700
committerGraydon Hoare <[email protected]>2010-08-10 16:03:58 -0700
commit9f6dec9e13f17bb8a42521f6884a09eebeb023cb (patch)
tree51ba27c76d0d129b4103b46282e8e3d252509a77 /src/boot/me
parentMerge commit 'tohava/master' (diff)
downloadrust-9f6dec9e13f17bb8a42521f6884a09eebeb023cb.tar.xz
rust-9f6dec9e13f17bb8a42521f6884a09eebeb023cb.zip
Always bounce mul/div/mod ops. Closes #131 harder.
Diffstat (limited to 'src/boot/me')
-rw-r--r--src/boot/me/trans.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/me/trans.ml b/src/boot/me/trans.ml
index 620b27e7..4fe63012 100644
--- a/src/boot/me/trans.ml
+++ b/src/boot/me/trans.ml
@@ -181,7 +181,7 @@ let trans_visitor
match q with
Il.Jmp _ -> flush_emitter_size_cache();
| _ -> ()
- end;
+ end;
Il.emit (emitter()) q
in