From 9a8c25ceb4bde9de8f90cad371bfb961407da47d Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Mon, 6 Apr 2020 19:59:20 -0400 Subject: [PATCH] core: fix PSP leak in MOVE --- forth/core.fs | 1 + 1 file changed, 1 insertion(+) diff --git a/forth/core.fs b/forth/core.fs index 183722a..8128d5a 100644 --- a/forth/core.fs +++ b/forth/core.fs @@ -126,4 +126,5 @@ ROT SWAP OVER I + ( a1 a2 x a2 ) C! ( a1 a2 ) LOOP + 2DROP ;