Skip to content

Commit e159afb

Browse files
committed
Fix LEN bug not including a run time routine
1 parent a156b1f commit e159afb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/zx48k/backend/__str.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def _free_sequence(tmp1, tmp2=False):
117117
output.append('call __MEM_FREE')
118118

119119
output.append('pop hl')
120-
REQUIRES.add('alloc.asm')
120+
REQUIRES.add('free.asm')
121121
return output
122122

123123

0 commit comments

Comments
 (0)