mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +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
|
||||
: ;asm
|
||||
[compile] ; \ finish compilation
|
||||
latest dup >dfa over >cfa !
|
||||
latest dup >dfa swap >cfa !
|
||||
; immediate
|
||||
|
||||
: syscall0 ( n -- r )
|
||||
|
|
Loading…
Reference in a new issue