From ca2ccb29bd3cd4d9c73ca96ce02402888ac9e9af Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Sun, 28 Mar 2010 19:26:16 +0200
Subject: Merge CPU to Platform

---
 src/native/common/CPU.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src/native')

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;
 }
 
-- 
cgit v1.2.3