Skip to content

Commit

Permalink
feat(objectionary#3251): memory to malloc
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Jul 10, 2024
1 parent 1ec6f0a commit 92ec07f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eo-runtime/src/main/eo/org/eolang/structs/list.eo
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@
^
*
[a x i]
a.with (memory i) > @
memory 0 > i
memory 0 > j
a.with (malloc i) > @
malloc 0 > i
malloc 0 > j
while. > sorting-process!
(i.as-int.plus 1).lt res.length
[iter-i]
Expand Down

0 comments on commit 92ec07f

Please sign in to comment.