Skip to content

Commit 0779a00

Browse files
authored
Merge pull request #399 from boriel/bugfix/len_bug
Bugfix/len bug
2 parents ff2c9c5 + 8c9f933 commit 0779a00

6 files changed

Lines changed: 1168 additions & 600 deletions

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)