repo.or.cz
/
zpugcc
/
jano.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixes for host gcc 4.6.1
[zpugcc/jano.git]
/
toolchain
/
gcc
/
libjava
/
testsuite
/
libjava.jni
/
invoke.c
blob
c2b78d239cb7e762ec64582b728124b75f0b62ad
1
#include <invoke.h>
2
3
JNIEXPORT jint JNICALL
4
Java_invoke_val
(
JNIEnv
*
env
,
jclass klass
)
5
{
6
return
23
;
7
}