summaryrefslogtreecommitdiffstats
path: root/src/native
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-03-28 19:26:16 +0200
committerSven Gothel <[email protected]>2010-03-28 19:26:16 +0200
commitca2ccb29bd3cd4d9c73ca96ce02402888ac9e9af (patch)
treea06c5ea8b8fbf90c4d4a2affdd9afe882caf6baa /src/native
parentbe3ddc922fda13c0ba344909b3639a2c78c4b809 (diff)
Merge CPU to Platform
Diffstat (limited to 'src/native')
-rw-r--r--src/native/common/CPU.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/native/common/CPU.c b/src/native/common/CPU.c
index cde2732..0cc7adc 100644
--- a/src/native/common/CPU.c
+++ b/src/native/common/CPU.c
@@ -4,7 +4,7 @@
#include <assert.h>
JNIEXPORT jint JNICALL
-Java_com_jogamp_gluegen_runtime_CPU_getPointerSizeInBits(JNIEnv *env, jclass _unused) {
+Java_com_jogamp_gluegen_runtime_Platform_getPointerSizeInBitsImpl(JNIEnv *env, jclass _unused) {
return sizeof(void *) * 8;
}