Signed-off-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://coreboot.org/openbios/trunk/openbios-devel@614 f158a5a8-5612-0410-a976-696ce0be7e32
This commit is contained in:
Stefan Reinauer
2009-11-20 11:14:10 +00:00
committed by Stefan Reinauer
parent 7dbe5e6507
commit 7176a93f04

View File

@@ -129,8 +129,8 @@ static forth_word * const words[] = {
docbranch, /* do?branch */
unalignedwordread, /* unaligned-w@ */
unalignedwordwrite, /* unaligned-w! */
unalignedlongread, /* unaligned-w@ */
unalignedlongwrite, /* unaligned-w! */
unalignedlongread, /* unaligned-l@ */
unalignedlongwrite, /* unaligned-l! */
iocfetch, /* ioc@ */
iowfetch, /* iow@ */
iolfetch, /* iol@ */