From d3287626cb8dd0b4a593d839699d2346e53bf9a7 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Mon, 15 Nov 2004 11:01:36 +0000 Subject: Compile with gcc 3. --- sys/arch/mvmeppc/dev/bugio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/mvmeppc') diff --git a/sys/arch/mvmeppc/dev/bugio.c b/sys/arch/mvmeppc/dev/bugio.c index 6e86d313d04..9c86129d5ea 100644 --- a/sys/arch/mvmeppc/dev/bugio.c +++ b/sys/arch/mvmeppc/dev/bugio.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bugio.c,v 1.6 2004/01/25 22:13:36 miod Exp $ */ +/* $OpenBSD: bugio.c,v 1.7 2004/11/15 11:01:35 miod Exp $ */ /* * bug routines -- assumes that the necessary sections of memory @@ -43,7 +43,7 @@ register_t bugsprg3; /* Invoke the BUG */ #define MVMEPROM_CALL(x) \ - __asm__ __volatile__ ( __CONCAT("addi %r10,%r0,",__STRING(x)) ); \ + __asm__ __volatile__ ("addi %r10,%r0," __STRING(x)); \ __asm__ __volatile__ ("sc"); void -- cgit v1.2.3