]> git.sur5r.net Git - cc65/commitdiff
Always put goto stack-adjustments in the RODATA segment.
authorGreg King <gregdk@users.sf.net>
Wed, 3 Oct 2018 03:19:38 +0000 (23:19 -0400)
committerGreg King <gregdk@users.sf.net>
Wed, 3 Oct 2018 03:19:38 +0000 (23:19 -0400)
src/cc65/symtab.c

index 22a63b893294e890ef80c66dd3047c44a5d69a6b..87fad111b33b98ef37312b7786c96e5d3f5f65ba 100644 (file)
@@ -728,6 +728,7 @@ SymEntry* AddLabelSym (const char* Name, unsigned Flags)
                 /* We're processing a label, let's update all gotos encountered
                 ** so far
                 */
+                g_userodata();
                 g_defdatalabel (DOR->LateSP_Label);
                 g_defdata (CF_CONST | CF_INT, StackPtr - DOR->StackPtr, 0);