mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
- drop commented out functions, they're in others.fs already
- fix another stack diagram typo git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@621 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
@@ -53,7 +53,7 @@ cell /x = constant 64bit?
|
||||
unaligned-x@ \ for now
|
||||
;
|
||||
|
||||
: x! ( oaddr o -- )
|
||||
: x! ( o oaddr -- )
|
||||
unaligned-x! \ for now
|
||||
;
|
||||
|
||||
@@ -65,22 +65,6 @@ cell /x = constant 64bit?
|
||||
x!
|
||||
;
|
||||
|
||||
\ : rx@ ( oaddr - o )
|
||||
\ compile? if
|
||||
\ h# 22e get-token if compile, else execute then
|
||||
\ else
|
||||
\ h# 22e get-token drop execute
|
||||
\ then
|
||||
\ ; immediate
|
||||
|
||||
\ : rx! ( o oaddr -- )
|
||||
\ compile? if
|
||||
\ h# 22f get-token if compile, else execute then
|
||||
\ else
|
||||
\ h# 22f get-token drop execute
|
||||
\ then
|
||||
\ ; immediate
|
||||
|
||||
: x, ( o -- )
|
||||
here /x allot x!
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user