diff options
| author | Roy Frostig <[email protected]> | 2010-08-25 10:27:17 -0700 |
|---|---|---|
| committer | Roy Frostig <[email protected]> | 2010-08-25 10:27:17 -0700 |
| commit | 2b9a48b9c9605737ebf29269552ccbf618042bb0 (patch) | |
| tree | 6729316b91bcf2f3fd63c6f44cabc9c1aaaa7bf7 /src | |
| parent | Fixed the location of the failing XFailed test. (diff) | |
| download | rust-2b9a48b9c9605737ebf29269552ccbf618042bb0.tar.xz rust-2b9a48b9c9605737ebf29269552ccbf618042bb0.zip | |
Obj ctors are not obj fns so translate their frame entry as such.
Diffstat (limited to 'src')
| -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 e54ff591..44258d0a 100644 --- a/src/boot/me/trans.ml +++ b/src/boot/me/trans.ml @@ -4935,7 +4935,7 @@ let trans_visitor (obj_id:node_id) (header:Ast.header_slots) : unit = - trans_frame_entry obj_id true false; + trans_frame_entry obj_id false false; let all_args_rty = current_fn_args_rty None in let all_args_cell = caller_args_cell all_args_rty in |