aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sky/logic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/logic.cpp b/sky/logic.cpp
index c0dc6f7e06..f9d8b30f3b 100644
--- a/sky/logic.cpp
+++ b/sky/logic.cpp
@@ -1636,7 +1636,7 @@ bool SkyLogic::fnSpeakWaitDir(uint32 a, uint32 b, uint32 c) {
c is base of mini table within anim_talk_table */
#ifdef __DC__
- __builtin_alloca(4); // Works around a gcc bug
+ __builtin_alloca(4); // Works around a gcc bug (wrong-code/11736)
#endif
_compact->flag = (uint16)a;