Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/microcode/siop Really use a JUMP for NOP, not a bloc...
details: https://anonhg.NetBSD.org/src/rev/0139351d7ed7
branches: trunk
changeset: 525803:0139351d7ed7
user: bouyer <bouyer%NetBSD.org@localhost>
date: Wed Apr 17 21:39:14 2002 +0000
description:
Really use a JUMP for NOP, not a block move.
diffstat:
sys/dev/microcode/siop/ncr53cxxx.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 5c3a028fba4b -r 0139351d7ed7 sys/dev/microcode/siop/ncr53cxxx.c
--- a/sys/dev/microcode/siop/ncr53cxxx.c Wed Apr 17 20:51:11 2002 +0000
+++ b/sys/dev/microcode/siop/ncr53cxxx.c Wed Apr 17 21:39:14 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ncr53cxxx.c,v 1.7 2001/12/05 18:31:53 fredette Exp $ */
+/* $NetBSD: ncr53cxxx.c,v 1.8 2002/04/17 21:39:14 bouyer Exp $ */
/*
* Copyright (c) 1995,1999 Michael L. Hitch
@@ -412,7 +412,7 @@
if (outfp) {
time_t cur_time;
- fprintf(outfp, "/*\t$NetBSD: ncr53cxxx.c,v 1.7 2001/12/05 18:31:53 fredette Exp $\t*/\n");
+ fprintf(outfp, "/*\t$NetBSD: ncr53cxxx.c,v 1.8 2002/04/17 21:39:14 bouyer Exp $\t*/\n");
fprintf(outfp, "/*\n");
fprintf(outfp, " *\tDO NOT EDIT - this file is automatically generated.\n");
time(&cur_time);
@@ -1090,7 +1090,7 @@
void f_nop (void)
{
- inst0 = 0x10000000;
+ inst0 = 0x80000000;
inst1 = 0x00000000;
store_inst ();
}
Home |
Main Index |
Thread Index |
Old Index