Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/arm32 Remove duplicate ASEND(undefined_entry)
details: https://anonhg.NetBSD.org/src/rev/6fd92f7d4ab4
branches: trunk
changeset: 338996:6fd92f7d4ab4
user: matt <matt%NetBSD.org@localhost>
date: Sun Jun 21 15:00:06 2015 +0000
description:
Remove duplicate ASEND(undefined_entry)
diffstat:
sys/arch/arm/arm32/exception.S | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r dc5cb5d976c0 -r 6fd92f7d4ab4 sys/arch/arm/arm32/exception.S
--- a/sys/arch/arm/arm32/exception.S Sun Jun 21 14:09:47 2015 +0000
+++ b/sys/arch/arm/arm32/exception.S Sun Jun 21 15:00:06 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exception.S,v 1.22 2014/03/13 01:45:35 matt Exp $ */
+/* $NetBSD: exception.S,v 1.23 2015/06/21 15:00:06 matt Exp $ */
/*
* Copyright (c) 1994-1997 Mark Brinicombe.
@@ -51,7 +51,7 @@
#include <arm/locore.h>
- RCSID("$NetBSD: exception.S,v 1.22 2014/03/13 01:45:35 matt Exp $")
+ RCSID("$NetBSD: exception.S,v 1.23 2015/06/21 15:00:06 matt Exp $")
.text
.align 0
@@ -265,4 +265,3 @@
adr lr, .Lexception_exit
b _C_LABEL(undefinedinstruction)
END(undefinedinstruction_bounce)
-ASEND(undefined_entry)
Home |
Main Index |
Thread Index |
Old Index