This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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] Fix err10.java test case failure on 64-bit hosts


>>>>> "Ulrich" == Ulrich Weigand <Ulrich.Weigand@de.ibm.com> writes:

Ulrich>       * interpret.cc (_Jv_InterpMethod::run): Use UINT32 instead of
Ulrich>       unsigned long temporary to implement insn_iushr shifts.

Where is UINT32 defined?

Will `unsigned jint' work?  We know jint is 32 bits, and this lets us
avoid portability problems with UINT32.

Tom


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