/[pcre]/code/trunk/sljit/sljitNativePPC_common.c
ViewVC logotype

Diff of /code/trunk/sljit/sljitNativePPC_common.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch 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.

Legend:
Removed from v.883  
changed lines
  Added in v.884

webmaster@exim.org
ViewVC Help
Powered by ViewVC 1.1.12