This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA/JVMTI] Small fix to GetArgumentsSize
- From: Tom Tromey <tromey at redhat dot com>
- To: Kyle Galloway <kgallowa at redhat dot com>
- Cc: GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: 07 Mar 2007 09:46:00 -0700
- Subject: Re: [RFA/JVMTI] Small fix to GetArgumentsSize
- References: <45EED39F.5060506@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Kyle" == Kyle Galloway <kgallowa@redhat.com> writes:
Kyle> + if (i > 0 && sig[i-1] == '[')
Spaces around the '-'.
Ok with that change.
Tom