diff options
author | Marcus Comstedt | 2003-08-03 14:49:10 +0000 |
---|---|---|
committer | Marcus Comstedt | 2003-08-03 14:49:10 +0000 |
commit | fa45a69614ed3cbe476b45cc2ab16d2bb65ec21f (patch) | |
tree | 48afe50c10e8919efbf38d1327c3612de60586ba | |
parent | 4b8ecff9b80bd7df018c650bc4ff2642cfd1e77b (diff) | |
download | scummvm-rg350-fa45a69614ed3cbe476b45cc2ab16d2bb65ec21f.tar.gz scummvm-rg350-fa45a69614ed3cbe476b45cc2ab16d2bb65ec21f.tar.bz2 scummvm-rg350-fa45a69614ed3cbe476b45cc2ab16d2bb65ec21f.zip |
Added GCC bugtracking id to workaround for future reference.
svn-id: r9431
-rw-r--r-- | sky/logic.cpp | 2 |
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; |