Stupid off-by-one error fixed.
authorMark Crichton <crichton@mono-cvs.ximian.com>
Wed, 25 Sep 2002 04:50:10 +0000 (04:50 -0000)
committerMark Crichton <crichton@mono-cvs.ximian.com>
Wed, 25 Sep 2002 04:50:10 +0000 (04:50 -0000)
commit4e22c5b8949ef734cc9d3db01d99641dee2ca43b
treeef5230ed89a7cbe355f8cf21959a519ef460219d
parent6c03dfc7f7ca6d68f697dda1b362ca6ee0b49ed8
Stupid off-by-one error fixed.

The problem was that I incremented gr as if we were on a PPC box.  Sparc
doesn't need such "alignment" of the registers.

svn path=/trunk/mono/; revision=7800
mono/arch/ChangeLog
mono/arch/sparc/tramp.c