python-texttable: update to 1.3.1
[void-packages.git] / srcpkgs / boost / patches / mips.patch
blob502ae1cf597a133a34a0fade51a1a522e16d7eae
1 --- boost/fiber/detail/cpu_relax.hpp 2017-09-02 11:56:11.000000000 +0200
2 +++ boost/fiber/detail/cpu_relax.hpp 2017-11-09 17:25:40.258995963 +0100
3 @@ -48,7 +48,7 @@
4 # define cpu_relax() asm volatile ("nop" ::: "memory");
5 # endif
6 #elif BOOST_ARCH_MIPS
7 -# define cpu_relax() asm volatile ("pause" ::: "memory");
8 +# define cpu_relax() asm volatile ("nop" ::: "memory");
9 #elif BOOST_ARCH_PPC
10 // http://code.metager.de/source/xref/gnu/glibc/sysdeps/powerpc/sys/platform/ppc.h
11 // http://stackoverflow.com/questions/5425506/equivalent-of-x86-pause-instruction-for-ppc