Parent Directory
|
Revision Log
|
Patch
| revision 883 by zherczeg, Sun Jan 15 17:23:37 2012 UTC | revision 884 by zherczeg, Tue Jan 17 11:52:43 2012 UTC | |
|---|---|---|
| # | Line 26 | Line 26 |
| 26 | ||
| 27 | SLJIT_API_FUNC_ATTRIBUTE SLJIT_CONST char* sljit_get_platform_name() | SLJIT_API_FUNC_ATTRIBUTE SLJIT_CONST char* sljit_get_platform_name() |
| 28 | { | { |
| 29 | #if (defined SLJIT_CONFIG_PPC_32 && SLJIT_CONFIG_PPC_32) | return "PowerPC" SLJIT_CPUINFO; |
| return "ppc-32"; | ||
| #else | ||
| return "ppc-64"; | ||
| #endif | ||
| 30 | } | } |
| 31 | ||
| 32 | /* Length of an instruction word. | /* Length of an instruction word. |
|
||||||||
| webmaster@exim.org | ViewVC Help |
| Powered by ViewVC 1.1.12 |