fix ms
git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@618 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
parent
7c14e1eac7
commit
b1cb73b506
|
@ -92,6 +92,7 @@ hex
|
|||
: ms ( n -- )
|
||||
get-msecs +
|
||||
begin dup get-msecs < until
|
||||
drop
|
||||
;
|
||||
|
||||
: alarm ( xt n -- )
|
||||
|
|
Loading…
Reference in New Issue