Browse Source

core: fix PSP leak in MOVE

pull/102/head
Virgil Dupras 4 years ago
parent
commit
9a8c25ceb4
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      forth/core.fs

+ 1
- 0
forth/core.fs View File

@@ -126,4 +126,5 @@
ROT SWAP OVER I + ( a1 a2 x a2 ) ROT SWAP OVER I + ( a1 a2 x a2 )
C! ( a1 a2 ) C! ( a1 a2 )
LOOP LOOP
2DROP
; ;

Loading…
Cancel
Save