Skip to content

Commit 1c935d1

Browse files
committed
---
yaml --- r: 260 b: refs/heads/master c: dbb1098 h: refs/heads/master v: v3
1 parent 91e7695 commit 1c935d1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 7c8c98a6d7fe02ee697d8490a7203d1da676d908
2+
refs/heads/master: dbb109853f0ca15e9bb82c39ddecb83d2838e7fc

trunk/src/boot/me/trans.ml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1723,11 +1723,13 @@ let trans_visitor
17231723
do
17241724
emit (Il.Push (Il.Cell args.(i)))
17251725
done;
1726+
emit (Il.Push zero);
17261727
emit (Il.Push (Il.Cell abi.Abi.abi_tp_cell));
17271728
emit (Il.Push dst);
17281729
call_code code;
17291730
pop ();
17301731
pop ();
1732+
pop ();
17311733
Array.iter (fun _ -> pop()) args;
17321734
in
17331735
match dst with

0 commit comments

Comments
 (0)