diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-22 17:47:04 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-01-22 17:47:04 +0000 |
commit | af562b21df90858ec607924c46766eacad3d1ac2 (patch) | |
tree | 8b5875d8814406f6bae49bd602665c8f0bf578e9 /sys/arch/alpha/include/db_machdep.h | |
parent | 659866913424727b3d2dab5ee0dba8d63c218186 (diff) |
Nuke ddb_regs common.
Diffstat (limited to 'sys/arch/alpha/include/db_machdep.h')
-rw-r--r-- | sys/arch/alpha/include/db_machdep.h | 4 |
1 files changed, 2 insertions, 2 deletions
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]) |