2002-07-11 Miguel de Icaza <miguel@ximian.com>
authorMiguel de Icaza <miguel@gnome.org>
Thu, 11 Jul 2002 22:29:43 +0000 (22:29 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Thu, 11 Jul 2002 22:29:43 +0000 (22:29 -0000)
commit386240aa6dc47edc57cc0eb879e2cef1eb856a0a
treea5de413cf76e398ccd81d381749a31cb695e5f19
parenteaa9787b0af4cb94a4eaee7f52ab54b7f1e87682
2002-07-11  Miguel de Icaza  <miguel@ximian.com>

* expression.cs (ArrayAccess.EmitLoadOpcode): I was using the
wrong opcode for loading bytes and bools (ldelem.i1 instead of
ldelem.u1) and using the opposite for sbytes.

This fixes Digger, and we can finally run it.

svn path=/trunk/mcs/; revision=5711
mcs/mcs/ChangeLog
mcs/mcs/expression.cs