From e0dc6b4133590d49430ee58a85f6d0329f37acbc Mon Sep 17 00:00:00 2001 From: tromey Date: Tue, 9 Nov 2004 22:42:01 +0000 Subject: * include/jni.h: Added FIXME. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@90370 138bc75d-0d04-0410-961f-82ee72b054a4 --- libjava/include/jni.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libjava/include') diff --git a/libjava/include/jni.h b/libjava/include/jni.h index 7765d3d66de..acffa97fd98 100644 --- a/libjava/include/jni.h +++ b/libjava/include/jni.h @@ -44,7 +44,9 @@ typedef struct _Jv_JavaVM JavaVM; # ifdef __GNUC__ /* If we're using gcc, we can use a platform-independent scheme to get - the right integer types. */ + the right integer types. FIXME: this is not always correct, for + instance on the c4x it will be wrong -- it depends on whether + QImode is 8 bits. */ typedef int jbyte __attribute__((__mode__(__QI__))); typedef int jshort __attribute__((__mode__(__HI__))); typedef int jint __attribute__((__mode__(__SI__))); -- cgit v1.2.3