mirror of
https://gitlab.com/qemu-project/openbios.git
synced 2024-02-13 08:34:06 +08:00
fix typo
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:
committed by
Stefan Reinauer
parent
7dbe5e6507
commit
7176a93f04
@@ -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@ */
|
||||
|
||||
Reference in New Issue
Block a user