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




I think you need to add appropriate masking because unsigned int is not
required to be exactly 32 bits, and as I understand POPI() returns a
signed value.


In theory yes, but is this true in any platform that supports libjava?

Paolo


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