Index: third_party/qcms/src/transform.c |
diff --git a/third_party/qcms/src/transform.c b/third_party/qcms/src/transform.c |
index 7312ced88ca3ab6a45865c89f1b6ede8faf581c6..8a9fd0f103d99b213e0a6a2cb270add4e0e5c635 100644 |
--- a/third_party/qcms/src/transform.c |
+++ b/third_party/qcms/src/transform.c |
@@ -1328,7 +1328,7 @@ qcms_transform* qcms_transform_create( |
* of the attribute but is currently only supported by clang */ |
#if defined(__has_attribute) |
#define HAS_FORCE_ALIGN_ARG_POINTER __has_attribute(__force_align_arg_pointer__) |
-#elif defined(__GNUC__) && !defined(__x86_64__) && !defined(__amd64__) && !defined(__arm__) |
+#elif defined(__GNUC__) && !defined(__x86_64__) && !defined(__amd64__) && !defined(__arm__) && !defined(__mips__) |
#define HAS_FORCE_ALIGN_ARG_POINTER 1 |
#else |
#define HAS_FORCE_ALIGN_ARG_POINTER 0 |