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/xxboot typo in comment.
details: https://anonhg.NetBSD.org/src/rev/d6fd63504f0e
branches: trunk
changeset: 1013162:d6fd63504f0e
user: isaki <isaki%NetBSD.org@localhost>
date: Sat Aug 22 10:05:04 2020 +0000
description:
typo in comment.
diffstat:
sys/arch/x68k/stand/xxboot/ashldi3.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r cc690d4e5634 -r d6fd63504f0e sys/arch/x68k/stand/xxboot/ashldi3.S
--- a/sys/arch/x68k/stand/xxboot/ashldi3.S Sat Aug 22 09:51:57 2020 +0000
+++ b/sys/arch/x68k/stand/xxboot/ashldi3.S Sat Aug 22 10:05:04 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ashldi3.S,v 1.1 2020/08/16 06:43:43 isaki Exp $ */
+/* $NetBSD: ashldi3.S,v 1.2 2020/08/22 10:05:04 isaki Exp $ */
/*
* Copyright (C) 2020 Tetsuya Isaki. All rights reserved.
@@ -37,8 +37,8 @@
| %a0 = shift count
jbra start
loop:
- lsll #1,%d1 | X:%d1 =<< 1
- roxll #1,%d0 | %d0:X =<< 1
+ lsll #1,%d1 | X:%d1 <<= 1
+ roxll #1,%d0 | %d0:X <<= 1
start:
subql #1,%a0 | sub %a0 doesn't affect ccr,
tstl %a0 | but this extra TST op is
Home |
Main Index |
Thread Index |
Old Index