Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/lib/libarch/m68k Pull up revision 1.3 (via patch, reque...
details: https://anonhg.NetBSD.org/src/rev/695308f3a311
branches: netbsd-1-4
changeset: 470508:695308f3a311
user: he <he%NetBSD.org@localhost>
date: Sun Apr 30 10:30:20 2000 +0000
description:
Pull up revision 1.3 (via patch, requested by itohy):
Make libm68k work.
diffstat:
lib/libarch/m68k/m68k_sync_icache.S | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r f10d3278a943 -r 695308f3a311 lib/libarch/m68k/m68k_sync_icache.S
--- a/lib/libarch/m68k/m68k_sync_icache.S Sun Apr 30 10:25:30 2000 +0000
+++ b/lib/libarch/m68k/m68k_sync_icache.S Sun Apr 30 10:30:20 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: m68k_sync_icache.S,v 1.1 1999/02/09 22:32:33 is Exp $ */
+/* $NetBSD: m68k_sync_icache.S,v 1.1.2.1 2000/04/30 10:30:20 he Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -41,6 +41,6 @@
ENTRY(m68k_sync_icache)
movl sp@(8),d1
movl sp@(4),a1
- movl 0x80000004,d0
+ movl #0x80000004,d0
trap #12
rts
Home |
Main Index |
Thread Index |
Old Index