…And fixed a typo that was somehow made during the process of cutting-and-pasting.

This commit is contained in:
Karen Tsai 2014-05-20 19:00:54 -04:00 committed by ptitSeb
parent bce423e877
commit 269ac637d3
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@ push {r4,r5,r8,r9,lr}
#ifdef TARGET_IPHONE
ldr r8,Xarm_Reg @load cntx
ldr r4,XEntryPoints @load lookup base
#else
#else
ldr r8,=arm_Reg @load cntx
ldr r4,=EntryPoints @load lookup base
#endif

View File

@ -5,7 +5,7 @@
#include <OpenGLES/ES2/gl.h>
#include <OpenGLES/ES2/glext.h>
#else
#include <EGL/egl.h
#include <EGL/egl.h>
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#endif