Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand/boot_ufs Fix typo in comment. s/d1/d0/
details: https://anonhg.NetBSD.org/src/rev/8b6fd154d061
branches: trunk
changeset: 782390:8b6fd154d061
user: isaki <isaki%NetBSD.org@localhost>
date: Thu Nov 01 14:33:31 2012 +0000
description:
Fix typo in comment. s/d1/d0/
diffstat:
sys/arch/x68k/stand/boot_ufs/boot.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 5d5f944259ac -r 8b6fd154d061 sys/arch/x68k/stand/boot_ufs/boot.S
--- a/sys/arch/x68k/stand/boot_ufs/boot.S Thu Nov 01 13:46:52 2012 +0000
+++ b/sys/arch/x68k/stand/boot_ufs/boot.S Thu Nov 01 14:33:31 2012 +0000
@@ -2,7 +2,7 @@
| author: chapuni(webmaster%chapuni.com@localhost)
| ITOH Yasufumi
|
-| $NetBSD: boot.S,v 1.9 2011/02/21 02:31:58 itohy Exp $
+| $NetBSD: boot.S,v 1.10 2012/11/01 14:33:31 isaki Exp $
#include <machine/asm.h>
#include "iocscall.h"
@@ -64,7 +64,7 @@
| we use 68020 instructions, and check MPU beforehand
|
- | here d1.w = -1, and the above "subw a1,d0" = 0x9049, and
+ | here d0.w = -1, and the above "subw a1,d0" = 0x9049, and
| if MPU <= 010 loads 0x49,
| if MPU >= 020 loads 0x90.
| This is a move, not a tst instruction
Home |
Main Index |
Thread Index |
Old Index