Skip to content

Commit

Permalink
Minor OP_ARGLIST changes
Browse files Browse the repository at this point in the history
svn path=/trunk/mono/; revision=34177
  • Loading branch information
Neale Ferguson committed Sep 21, 2004
1 parent 0bbb5a8 commit 3d3b5d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions mono/mini/ChangeLog
@@ -1,3 +1,7 @@
2004-09-21 Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>

* mini-s390.c, cpu-s390.md: Minor changes to OP_ARGLIST handling

2004-09-17 Zoltan Varga <vargaz@freemail.hu>

* mini.c (mono_method_to_ir): Fix LDSTR in dynamic methods.
Expand Down
2 changes: 1 addition & 1 deletion mono/mini/cpu-s390.md
Expand Up @@ -417,7 +417,7 @@ not: dest:i src1:i len:8 clob:1
op_bigmul: len:2 dest:l src1:a src2:i
op_bigmul_un: len:2 dest:l src1:a src2:i
op_endfilter: src1:i len:12
oparglist: src1:i len:14
oparglist: src1:i len:18
or: dest:i src1:i src2:i len:4 clob:1
or_imm: dest:i src1:i len:16
outarg: src1:i len:1
Expand Down
2 changes: 1 addition & 1 deletion mono/mini/mini-s390.c
Expand Up @@ -3897,7 +3897,7 @@ guint8 cond;
s390_basr (code, s390_r13, 0);
s390_j (code, 4);
s390_word (code, cfg->sig_cookie);
s390_l (code, ins->sreg1, 0, s390_r13, 4);
s390_mvc (code, 4, ins->sreg1, 0, s390_r13, 4);
}
break;
case OP_FCALL: {
Expand Down

0 comments on commit 3d3b5d6

Please sign in to comment.