aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoy Frostig <[email protected]>2010-08-25 10:27:17 -0700
committerRoy Frostig <[email protected]>2010-08-25 10:27:17 -0700
commit2b9a48b9c9605737ebf29269552ccbf618042bb0 (patch)
tree6729316b91bcf2f3fd63c6f44cabc9c1aaaa7bf7 /src
parentFixed the location of the failing XFailed test. (diff)
downloadrust-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.ml2
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