浏览代码

Fix typo with __MIPSEB__ preprocessor check (bug #4836.)

Patch from Simon Howard
Ozkan Sezer 5 年之前
父节点
当前提交
7c7801f166
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/SDL_endian.h

+ 1 - 1
include/SDL_endian.h

@@ -45,7 +45,7 @@
 #else /* __linux__ */
 #if defined(__hppa__) || \
     defined(__m68k__) || defined(mc68000) || defined(_M_M68K) || \
-    (defined(__MIPS__) && defined(__MISPEB__)) || \
+    (defined(__MIPS__) && defined(__MIPSEB__)) || \
     defined(__ppc__) || defined(__POWERPC__) || defined(_M_PPC) || \
     defined(__sparc__)
 #define SDL_BYTEORDER   SDL_BIG_ENDIAN