Remove leftover of #undef statements.
These should have been removed in rev 1.55 back in 2010: https://mail-index.netbsd.org/source-changes/2010/12/20/msg016105.html http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/arch/news68k/news68k/locore.s.diff?r1=1.54&r2=1.55
This commit is contained in:
parent
8441ecd3d0
commit
f11ac05823
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: locore.s,v 1.66 2018/12/19 13:57:49 maxv Exp $ */
|
||||
/* $NetBSD: locore.s,v 1.67 2021/01/23 15:00:33 tsutsui Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1988 University of Utah.
|
||||
|
@ -808,9 +808,6 @@ ENTRY_NOPROFILE(intrhand_vectored)
|
|||
subql #1,_C_LABEL(idepth)
|
||||
rte
|
||||
|
||||
#undef INTERRUPT_SAVEREG
|
||||
#undef INTERRUPT_RESTOREREG
|
||||
|
||||
/*
|
||||
* Emulation of VAX REI instruction.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue