C++ PATCH: 14035

Tom Tromey tromey@redhat.com
Wed Oct 20 17:10:00 GMT 2004


>>>>> "Andreas" == Andreas Schwab <schwab@suse.de> writes:

Andreas> The casts to int should probably be changed to casts to
Andreas> uaddr.  I'm testing this patch now:

This is ok, just one minor nit.

Andreas> +	  _Jv_Utf8Const *name = klass->constants.data[(uaddr)superclass].utf8;

Space after the cast please.

Andreas> +	superclass = klass->constants.data[(uaddr)superclass].clazz;

Likewise.

Tom



More information about the Gcc-patches mailing list