comparison test/common/platformInit.h @ 110:9aa75a74614c

- working mips32 eabi callbacks - mips32 eabi doc update - switched some mips32 eabi call assembly to use more portable pseudo instructions for storing floats - fixed weird type use of var declaration in mips callbacks - ToDo update - converted some // comments to old c-style - test code build fix for some test suites on some platforms
author cslag
date Sat, 18 Jun 2016 19:38:22 +0200
parents 3e629dc19168
children f5577f6bf97a
comparison
equal deleted inserted replaced
109:9e677d4c0b6b 110:9aa75a74614c
35 # include <stdio.h> 35 # include <stdio.h>
36 #elif defined(DC__OS_PSP) 36 #elif defined(DC__OS_PSP)
37 # include <pspkernel.h> 37 # include <pspkernel.h>
38 # include <pspdebug.h> 38 # include <pspdebug.h>
39 # include <pspdisplay.h> 39 # include <pspdisplay.h>
40 # include <stdio.h>
40 # define printf pspDebugScreenPrintf 41 # define printf pspDebugScreenPrintf
41 /* All other platforms, usually just pulling in standard headers and empty init function. */ 42 /* All other platforms, usually just pulling in standard headers and empty init function. */
42 #else 43 #else
43 # if defined(__cplusplus) 44 # if defined(__cplusplus)
44 # if defined(__SUNPRO_CC) || defined(__ANDROID__) /* needed by SunPro .. otherwise printf not included */ 45 # if defined(__SUNPRO_CC) || defined(__ANDROID__) /* needed by SunPro .. otherwise printf not included */