Skip to content

Commit

Permalink
audio/spectacle-lv2: fix build on powerpc
Browse files Browse the repository at this point in the history
powerpc64 fix is also valid for powerpc.
  • Loading branch information
pkubaj committed Jun 16, 2021
1 parent 499a93b commit 0264929
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,7 +4,7 @@
asm volatile ("nop" ::: "memory");
#endif
}
+#elif defined(__powerpc64__)
+#elif defined(__powerpc__)
+static inline void spin_loop_pause() noexcept {
+ asm volatile("ori 0,0,0" ::: "memory");
+}
Expand Down

0 comments on commit 0264929

Please sign in to comment.