because of a wrong check.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5430
b7a2c559-68d2-44c3-8de9-
860c34a00d81
/* */
/* */
/* */
-/* (C) 2000-2011, Ullrich von Bassewitz */
+/* (C) 2000-2012, Ullrich von Bassewitz */
/* Roemerstrasse 52 */
/* D-70794 Filderstadt */
/* EMail: uz@cc65.org */
/* Remember if the symbol has debug info attached
* ### This should go into DbgInfoCheck
*/
- if (S->Sym && S->Sym->DebugSymId) {
+ if (S->Sym && S->Sym->DebugSymId != ~0U) {
S->Flags |= HLL_DATA_SYM;
}