This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]