index
:
jewelforth
main
x86_64 forth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jefs.s
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'jefs.s')
-rw-r--r--
jefs.s
2
1 files changed, 1 insertions, 1 deletions
diff --git a/jefs.s b/jefs.s
index 40ba54d..b6b765f 100644
--- a/
jefs.s
+++ b/
jefs.s
@@ -64,7 +64,7 @@ section .text
global _start
_start:
; init
- mov r14, wstack
+ mov r14, wstack + 16
xor r15, r15
mov rdi, 0