VirtualBox

Ignore:
Timestamp:
Oct 15, 2007 8:21:23 PM (17 years ago)
Author:
vboxsync
Message:

Appled https://bugzilla.mozilla.org/attachment.cgi?id=161204 from https://bugzilla.mozilla.org/show_bug.cgi?id=259001 (relevant parts only).

Location:
trunk/src/libs/xpcom18a4/nsprpub/pr/include/md
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/md/_solaris.h

    r4837 r5300  
    4949#elif defined(i386)
    5050#define _PR_SI_ARCHITECTURE     "x86"
     51#elif defined(__x86_64)
     52#define _PR_SI_ARCHITECTURE     "x86-64"
    5153#else
    5254#error unknown processor
     
    105107 * stacks, so we do not use it now. (Bugzilla bug 113740)
    106108 */
    107 #if !defined(sparc)
     109#if !defined(sparc) && !defined(__x86_64)
    108110#define _PR_HAVE_ATOMIC_CAS
    109111#endif
  • trunk/src/libs/xpcom18a4/nsprpub/pr/include/md/_solaris64.cfg

    r1 r5300  
    5252#define PR_ALIGN_OF_INT64   8
    5353#define PR_ALIGN_OF_DOUBLE  8
    54 #elif defined(i386) || defined(__i386)
     54#elif defined(__x86_64)
    5555#define IS_LITTLE_ENDIAN 1
    5656#undef  IS_BIG_ENDIAN
    57 #define PR_ALIGN_OF_INT64   4
    58 #define PR_ALIGN_OF_DOUBLE  4
     57#define PR_ALIGN_OF_INT64   8
     58#define PR_ALIGN_OF_DOUBLE  8
    5959#else
    6060#error unknown processor
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette