From af562b21df90858ec607924c46766eacad3d1ac2 Mon Sep 17 00:00:00 2001 From: Miod Vallat Date: Thu, 22 Jan 2004 17:47:04 +0000 Subject: Nuke ddb_regs common. --- sys/arch/alpha/include/db_machdep.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/alpha/include/db_machdep.h') diff --git a/sys/arch/alpha/include/db_machdep.h b/sys/arch/alpha/include/db_machdep.h index 1ffa596cf85..783bdd2e225 100644 --- a/sys/arch/alpha/include/db_machdep.h +++ b/sys/arch/alpha/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.16 2003/10/18 20:14:41 jmc Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.17 2004/01/22 17:47:03 miod Exp $ */ /* * Copyright (c) 1997 Niklas Hallqvist. All rights reserved. @@ -48,7 +48,7 @@ typedef vm_offset_t db_addr_t; typedef long db_expr_t; typedef struct trapframe db_regs_t; -db_regs_t ddb_regs; +extern db_regs_t ddb_regs; #define DDB_REGS (&ddb_regs) #define PC_REGS(regs) ((db_addr_t)(regs)->tf_regs[FRAME_PC]) -- cgit v1.2.3