Skip to content

Commit 5da6dbe

Browse files
committed
Set new mangling for labels
1 parent fd6bdba commit 5da6dbe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/symbols/label.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
class SymbolLABEL(SymbolVAR):
20-
prefix = '__LABEL__'
20+
prefix = '_'
2121

2222
def __init__(self, name, lineno):
2323
super().__init__(name, lineno)

0 commit comments

Comments
 (0)