]> git.sur5r.net Git - cc65/blobdiff - src/ca65/symentry.c
More work on high level language debug symbols. They are now passed correctly
[cc65] / src / ca65 / symentry.c
index 570008d78731e371ae6a1f42d22ddd60f0a56f91..3e1830cb83593b75e13d3aed826bc4b6e71affdf 100644 (file)
@@ -90,7 +90,8 @@ SymEntry* NewSymEntry (const StrBuf* Name, unsigned Flags)
     S->RefLines   = EmptyCollection;
     for (I = 0; I < sizeof (S->GuessedUse) / sizeof (S->GuessedUse[0]); ++I) {
         S->GuessedUse[I] = 0;
-    }
+    }                 
+    S->HLLSym     = 0;
     S->Flags             = Flags;
     S->DebugSymId = ~0U;
     S->ImportId   = ~0U;