From 29bc127e9135f8ad581cb3e63381d22cb804684a Mon Sep 17 00:00:00 2001 From: phil Date: Mon, 10 Nov 1997 01:50:25 +0000 Subject: [PATCH] Remove unknown .even, complete a string in a macro call. --- sys/arch/pc532/include/asm.h | 5 ++--- sys/arch/pc532/pc532/locore.s | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/sys/arch/pc532/include/asm.h b/sys/arch/pc532/include/asm.h index 108587e3a59e..539fade4205f 100644 --- a/sys/arch/pc532/include/asm.h +++ b/sys/arch/pc532/include/asm.h @@ -1,4 +1,4 @@ -/* $NetBSD: asm.h,v 1.10 1997/05/08 13:44:11 matthias Exp $ */ +/* $NetBSD: asm.h,v 1.11 1997/11/10 01:50:25 phil Exp $ */ /* * Mach Operating System @@ -189,8 +189,7 @@ #define PANIC(message) \ addr 9f,tos ; \ bsr _C_LABEL(panic) ; \ - 9: .asciz message ; \ - .even + 9: .asciz message /* * Shorthand for defining vectors for the vector table. diff --git a/sys/arch/pc532/pc532/locore.s b/sys/arch/pc532/pc532/locore.s index 091e5740165d..cd608696cd09 100644 --- a/sys/arch/pc532/pc532/locore.s +++ b/sys/arch/pc532/pc532/locore.s @@ -1,4 +1,4 @@ -/* $NetBSD: locore.s,v 1.47 1997/05/08 13:44:13 matthias Exp $ */ +/* $NetBSD: locore.s,v 1.48 1997/11/10 01:50:37 phil Exp $ */ /* * Copyright (c) 1993 Philip A. Nelson. @@ -576,7 +576,7 @@ ENTRY(setrunqueue) movd r2,P_BACK(r0) /* set p->p_back */ ret 0 #ifdef DIAGNOSTIC -1: PANIC("setrunqueue) /* Was on the list! */ +1: PANIC("setrunqueue") /* Was on the list! */ #endif /*