blob: 988b7cde0d465a3487d52cd570335d493d876134 [file] [log] [blame]
.macro m arg1 arg2
.globl \arg1
\arg1 = \arg2
.endm
m s1,1
m s2,2