Skip to content
  • Cheng Shao's avatar
    e91dad93
    rts: fix errors when compiling with TSAN · e91dad93
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    This commit fixes rts compilation errors when compiling with TSAN:
    
    - xxx_FENCE macros are redefined and trigger CPP warnings.
    - Use SIZEOF_W. WORD_SIZE_IN_BITS is provided by MachDeps.h which
      Cmm.h doesn't include by default.
    e91dad93
    rts: fix errors when compiling with TSAN
    Cheng Shao authored and Marge Bot's avatar Marge Bot committed
    This commit fixes rts compilation errors when compiling with TSAN:
    
    - xxx_FENCE macros are redefined and trigger CPP warnings.
    - Use SIZEOF_W. WORD_SIZE_IN_BITS is provided by MachDeps.h which
      Cmm.h doesn't include by default.
Loading