Skip to content

Commit 1194176

Browse files
committed
---
yaml --- r: 97040 b: refs/heads/vargaz/mini-linear-il c: 957beea h: refs/heads/master
1 parent 70da7f4 commit 1194176

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ refs/heads/monotouch-1-0: c7c906d69ac9e360ce3e7d517258b8eea2b962b2
4949
refs/heads/monotouch-2-0: 62121afbb28f0b62f100ec9a942d10c5e0f4814f
5050
refs/heads/moon/1.99.5: 43dff9dcbf68f1ede9a467c24361a8056440c16a
5151
refs/heads/mwf-handle-branch: a56625169c0ebfd4bdfe0636b04cf3f5c5c1e057
52-
refs/heads/vargaz/mini-linear-il: 04961c5299c3a2bc436e28b30cd024f50b691f34
52+
refs/heads/vargaz/mini-linear-il: 957beea0925f2075b8defc90916c038d1ec0f65e

branches/vargaz/mini-linear-il/mono/mini/ChangeLog

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
2006-04-16 Zoltan Varga <[email protected]>
22

3+
* mini-ops.h: Correct metadata of OP_SETFRET.
4+
35
* method-to-ir.c (mono_spill_global_vars): Fix handling of long vregs on
46
big-endian platforms.
57

branches/vargaz/mini-linear-il/mono/mini/mini-ops.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ MINI_OP(OP_OUTARG_MEMBASE, "outarg_membase", NONE, NONE, NONE)
3131
MINI_OP(OP_INARG_VT, "inarg_vt", NONE, NONE, NONE)
3232
MINI_OP(OP_RETARG, "retarg", NONE, NONE, NONE)
3333
MINI_OP(OP_SETRET, "setret", NONE, NONE, NONE)
34-
MINI_OP(OP_SETFRET, "setfret", NONE, NONE, NONE)
34+
MINI_OP(OP_SETFRET, "setfret", FREG, FREG, NONE)
3535
MINI_OP(OP_SETLRET, "setlret", NONE, NONE, NONE)
3636
MINI_OP(OP_SETREG, "setreg", NONE, NONE, NONE)
3737
MINI_OP(OP_SETREGIMM, "setregimm", NONE, NONE, NONE)

0 commit comments

Comments
 (0)