Module Name: src
Committed By: isaki
Date: Thu Nov 1 14:33:31 UTC 2012
Modified Files:
src/sys/arch/x68k/stand/boot_ufs: boot.S
Log Message:
Fix typo in comment. s/d1/d0/
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/x68k/stand/boot_ufs/boot.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/x68k/stand/boot_ufs/boot.S
diff -u src/sys/arch/x68k/stand/boot_ufs/boot.S:1.9 src/sys/arch/x68k/stand/boot_ufs/boot.S:1.10
--- src/sys/arch/x68k/stand/boot_ufs/boot.S:1.9 Mon Feb 21 02:31:58 2011
+++ src/sys/arch/x68k/stand/boot_ufs/boot.S Thu Nov 1 14:33:31 2012
@@ -2,7 +2,7 @@
| author: chapuni([email protected])
| 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 @@ clrbss: clrb %a1@+
| 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