j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: stepan Date: 2009-11-20 12:14:10 +0100 (Fri, 20 Nov 2009) New Revision: 614
Modified: trunk/openbios-devel/kernel/primitives.c Log: fix typo
Signed-off-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/openbios-devel/kernel/primitives.c =================================================================== --- trunk/openbios-devel/kernel/primitives.c 2009-11-17 16:54:24 UTC (rev 613) +++ trunk/openbios-devel/kernel/primitives.c 2009-11-20 11:14:10 UTC (rev 614) @@ -129,8 +129,8 @@ 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@ */