summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-30 13:38:03 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-30 13:38:03 +0000
commitfd23da11f5de69f32411f929c417a1e24fea1e23 (patch)
tree9c45988b4858a023488c26a4c6c0a29febfbd957 /sys
parent06f866c1bd96deef2b54270631540a8455f9dc15 (diff)
mislabeled END()
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/pica/pica/locore.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/pica/pica/locore.S b/sys/arch/pica/pica/locore.S
index e3045d39561..c6ddd82edb8 100644
--- a/sys/arch/pica/pica/locore.S
+++ b/sys/arch/pica/pica/locore.S
@@ -49,7 +49,7 @@
* v 1.1 89/07/10 14:27:41 nelson Exp SPRITE (DECWRL)
*
* from: @(#)locore.s 8.5 (Berkeley) 1/4/94
- * $Id: locore.S,v 1.1 1995/10/18 10:39:20 deraadt Exp $
+ * $Id: locore.S,v 1.2 1995/10/30 13:38:02 deraadt Exp $
*/
/*
@@ -2735,7 +2735,7 @@ FPReturn:
mtc0 t0, MACH_COP_0_STATUS_REG
j ra
addu sp, sp, STAND_FRAME_SIZE
-END(MachFPInterrupt)
+END(MachFPTrap)
/*----------------------------------------------------------------------------
*