Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips Fix an instruction number in a comment
details: https://anonhg.NetBSD.org/src/rev/ea0c8b5845b8
branches: trunk
changeset: 347134:ea0c8b5845b8
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Aug 15 14:26:48 2016 +0000
description:
Fix an instruction number in a comment
diffstat:
sys/arch/mips/mips/mipsX_subr.S | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 9c741a65bb4e -r ea0c8b5845b8 sys/arch/mips/mips/mipsX_subr.S
--- a/sys/arch/mips/mips/mipsX_subr.S Mon Aug 15 13:02:07 2016 +0000
+++ b/sys/arch/mips/mips/mipsX_subr.S Mon Aug 15 14:26:48 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mipsX_subr.S,v 1.87 2016/08/09 09:06:31 skrll Exp $ */
+/* $NetBSD: mipsX_subr.S,v 1.88 2016/08/15 14:26:48 skrll Exp $ */
/*
* Copyright 2002 Wasabi Systems, Inc.
@@ -387,9 +387,9 @@
PTR_L k1, 0(k1) #0e: k1=seg entry
b MIPSX(tlb_miss_common) #0f
#ifdef MIPSNNR2
- _EXT k0, k0, SEGSHIFT, SEGLENGTH #0f: k0=seg index
+ _EXT k0, k0, SEGSHIFT, SEGLENGTH #10: k0=seg index
#else
- PTR_SRL k0, SEGSHIFT - PTR_SCALESHIFT #0f: k0=seg offset (almost)
+ PTR_SRL k0, SEGSHIFT - PTR_SCALESHIFT #10: k0=seg offset (almost)
#endif
#endif /* LP64 */
2: /* handle useg addresses */
Home |
Main Index |
Thread Index |
Old Index