Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97040
b: refs/heads/vargaz/mini-linear-il
c: 957beea
h: refs/heads/master
  • Loading branch information
vargaz committed Apr 16, 2006
1 parent 70da7f4 commit 1194176
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ refs/heads/monotouch-1-0: c7c906d69ac9e360ce3e7d517258b8eea2b962b2
refs/heads/monotouch-2-0: 62121afbb28f0b62f100ec9a942d10c5e0f4814f
refs/heads/moon/1.99.5: 43dff9dcbf68f1ede9a467c24361a8056440c16a
refs/heads/mwf-handle-branch: a56625169c0ebfd4bdfe0636b04cf3f5c5c1e057
refs/heads/vargaz/mini-linear-il: 04961c5299c3a2bc436e28b30cd024f50b691f34
refs/heads/vargaz/mini-linear-il: 957beea0925f2075b8defc90916c038d1ec0f65e
2 changes: 2 additions & 0 deletions branches/vargaz/mini-linear-il/mono/mini/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2006-04-16 Zoltan Varga <vargaz@gmail.com>

* mini-ops.h: Correct metadata of OP_SETFRET.

* method-to-ir.c (mono_spill_global_vars): Fix handling of long vregs on
big-endian platforms.

Expand Down
2 changes: 1 addition & 1 deletion branches/vargaz/mini-linear-il/mono/mini/mini-ops.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ MINI_OP(OP_OUTARG_MEMBASE, "outarg_membase", NONE, NONE, NONE)
MINI_OP(OP_INARG_VT, "inarg_vt", NONE, NONE, NONE)
MINI_OP(OP_RETARG, "retarg", NONE, NONE, NONE)
MINI_OP(OP_SETRET, "setret", NONE, NONE, NONE)
MINI_OP(OP_SETFRET, "setfret", NONE, NONE, NONE)
MINI_OP(OP_SETFRET, "setfret", FREG, FREG, NONE)
MINI_OP(OP_SETLRET, "setlret", NONE, NONE, NONE)
MINI_OP(OP_SETREG, "setreg", NONE, NONE, NONE)
MINI_OP(OP_SETREGIMM, "setregimm", NONE, NONE, NONE)
Expand Down

0 comments on commit 1194176

Please sign in to comment.