rv2fox: Attempt to adjust data directives as labels
This commit is contained in:
parent
6433fe0728
commit
ff08e5569c
|
@ -66,7 +66,7 @@ class Emitter:
|
||||||
Emit data
|
Emit data
|
||||||
"""
|
"""
|
||||||
for d in data:
|
for d in data:
|
||||||
self.write(f'data.{size} {d}')
|
self.write(f'data.{size} {self._adjust_label(d)}')
|
||||||
|
|
||||||
def zero(self, *data):
|
def zero(self, *data):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user