mirror of
https://github.com/nineties/planckforth
synced 2024-12-26 21:58:42 +01:00
fixed a bug
This commit is contained in:
parent
989b5e1f61
commit
514ba5d1d5
1 changed files with 1 additions and 1 deletions
|
@ -1883,7 +1883,7 @@ codegen-target @ s" i386-linux" str= [if]
|
||||||
\ overwrite code field by DFA
|
\ overwrite code field by DFA
|
||||||
: ;asm
|
: ;asm
|
||||||
[compile] ; \ finish compilation
|
[compile] ; \ finish compilation
|
||||||
latest dup >dfa over >cfa !
|
latest dup >dfa swap >cfa !
|
||||||
; immediate
|
; immediate
|
||||||
|
|
||||||
: syscall0 ( n -- r )
|
: syscall0 ( n -- r )
|
||||||
|
|
Loading…
Reference in a new issue