summaryrefslogtreecommitdiff
path: root/jefs.s
diff options
context:
space:
mode:
Diffstat (limited to 'jefs.s')
-rw-r--r--jefs.s2
1 files changed, 0 insertions, 2 deletions
diff --git a/jefs.s b/jefs.s
index b4dc8d0..cc75976 100644
--- a/jefs.s
+++ b/jefs.s
@@ -201,13 +201,11 @@ defword "c,", c_comma, 0
ret
defword "cmove", _cmove, 0 ; ( a1 a2 u -- )
- call heredump
pspop rcx
pspop rdi
pspop rsi
rep movsb
- call heredump
ret
defword "cmove,", _cmove_comma, 0 ; ( c-addr u -- )