diff options
| author | Graydon Hoare <[email protected]> | 2010-08-10 16:03:58 -0700 |
|---|---|---|
| committer | Graydon Hoare <[email protected]> | 2010-08-10 16:03:58 -0700 |
| commit | 9f6dec9e13f17bb8a42521f6884a09eebeb023cb (patch) | |
| tree | 51ba27c76d0d129b4103b46282e8e3d252509a77 /src/boot/me | |
| parent | Merge commit 'tohava/master' (diff) | |
| download | rust-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.ml | 2 |
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 |