We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ef5db commit 31e0b2aCopy full SHA for 31e0b2a
1 file changed
arch/zx48k/translator.py
@@ -1211,7 +1211,7 @@ def visit_ABS(self, node):
1211
self.ic_abs(node.children[0].type_, node.t, node.children[0].t)
1212
1213
def visit_RND(self, node): # A special "ZEROARY" function with no parameters
1214
- self.emit('call', 'RND', Type.float_.size)
+ self.ic_call('RND', Type.float_.size)
1215
backend.REQUIRES.add('random.asm')
1216
1217
# endregion
0 commit comments