You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
404 B

  1. --- - 2015-05-19 16:29:09.614344473 +0200
  2. +++ protobuf-2.6.1/src/google/protobuf/stubs/atomicops_internals_mips_gcc.h 2015-05-19 13:49:52.127442746 +0200
  3. @@ -150,7 +150,7 @@
  4. }
  5. inline void MemoryBarrier() {
  6. - __asm__ __volatile__("sync" : : : "memory");
  7. + __asm__ __volatile__(".set mips2; sync; .set mips0" : : : "memory");
  8. }
  9. inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) {