Fixed build warning when mixer not enabled

This commit is contained in:
Ross Owen
2023-03-14 11:49:08 +00:00
parent 53a65344fc
commit 7703fc1a7d

View File

@@ -11,6 +11,8 @@
#error
#endif
#if (MAX_MIX_COUNT > 0)
#define DOMIX_TOP(i) \
.cc_top doMix##i.function,doMix##i; \
.align 16 ;\
@@ -180,5 +182,5 @@ setPtr_go:
#undef N
#undef BODY
#endif