From 1e4141c1d3d79de7aeafefbb8a9eadb645d3159d Mon Sep 17 00:00:00 2001 From: Martin Pieuchot Date: Wed, 27 Apr 2016 11:10:49 +0000 Subject: G/C DDB_REGS. --- sys/arch/hppa64/include/db_machdep.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/hppa64') diff --git a/sys/arch/hppa64/include/db_machdep.h b/sys/arch/hppa64/include/db_machdep.h index ba4e7566b95..bb4174a416e 100644 --- a/sys/arch/hppa64/include/db_machdep.h +++ b/sys/arch/hppa64/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.5 2016/02/27 13:08:07 mpi Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.6 2016/04/27 11:10:48 mpi Exp $ */ /* * Copyright (c) 1998-2005 Michael Shalayeff @@ -28,7 +28,6 @@ typedef long db_expr_t; typedef struct trapframe db_regs_t; extern db_regs_t ddb_regs; -#define DDB_REGS (&ddb_regs) #define PC_REGS(regs) ((db_addr_t)(regs)->tf_iioq[0]) #define SET_PC_REGS(r,pc) ((r)->tf_iioq[0] = (pc), (r)->tf_iioq[1] = (pc) + 4) -- cgit v1.2.3