GIT
/
REPO
/
FRED-BOY
Projects
/
nanogl.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52e0d92
)
Put aapcs attributes under SOFTFP_LINK macro
author
mittorn <mittorn@sibmail.com>
Tue, 16 Jun 2015 15:10:01 +0000
(22:10 +0700)
committer
mittorn <mittorn@sibmail.com>
Tue, 16 Jun 2015 15:10:01 +0000
(22:10 +0700)
GL/glesinterface.h
patch
|
blob
|
history
diff --git
a/GL/glesinterface.h
b/GL/glesinterface.h
index e6e2d45e9eda468487e71f584ae68ea6055f010e..46de9e4bda9cb1423fd179c9ce0df6a35ac61255 100644
(file)
--- a/
GL/glesinterface.h
+++ b/
GL/glesinterface.h
@@
-28,7
+28,11
@@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#endif
#endif
+#ifdef SOFTFP_LINK
#define S __attribute__((pcs("aapcs")))
+#else
+#define S
+#endif
struct GlESInterface
{
DEADSOFTWARE 2012-2025