Changeset 3066


Ignore:
Timestamp:
Jan 20, 2010 7:42:46 PM (14 years ago)
Author:
bennylp
Message:

Ticket #1026: Wrong endianness detection for Motorola m68k architecture in pj/config.h (thanks Andreas Wehrmann for the report)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/config.h

    r2970 r3066  
    178178 
    179179    /* 
    180      * Motorola m64k processor, little endian 
     180     * Motorola m68k processor, big endian 
    181181     */ 
    182182#   undef PJ_M_M68K 
     
    184184#   define PJ_M_NAME            "m68k" 
    185185#   define PJ_HAS_PENTIUM       0 
    186 #   define PJ_IS_LITTLE_ENDIAN  1 
    187 #   define PJ_IS_BIG_ENDIAN     0 
     186#   define PJ_IS_LITTLE_ENDIAN  0 
     187#   define PJ_IS_BIG_ENDIAN     1 
    188188 
    189189 
Note: See TracChangeset for help on using the changeset viewer.