[PATCH] [JAVA] don't use UINT32 and UINT64 in interpret.cc

Tom Tromey tromey@redhat.com
Tue Oct 14 15:52:00 GMT 2003


>>>>> "Paolo" == Paolo Bonzini <paolo.bonzini@polimi.it> writes:

Paolo> -	UINT32 value = (UINT32) POPI();
Paolo> +	unsigned int value = (unsigned int) POPI();

How about using unsigned jint and unsigned jlong?
Those should be the right size.  I'm not completely positive this
will work though.

Anyway, this idea looks fine.  Please check in whatever patch you
come up with that solves the size problem.

Tom



More information about the Gcc-patches mailing list