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/mips64/include/db_machdep.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/arch/mips64') diff --git a/sys/arch/mips64/include/db_machdep.h b/sys/arch/mips64/include/db_machdep.h index f53a2e78b51..7367d00a7be 100644 --- a/sys/arch/mips64/include/db_machdep.h +++ b/sys/arch/mips64/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.16 2016/03/06 19:42:27 mpi Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.17 2016/04/27 11:10:48 mpi Exp $ */ /* * Copyright (c) 1998-2003 Opsycon AB (www.opsycon.se) @@ -53,7 +53,6 @@ db_addr_t next_instr_address(db_addr_t, boolean_t); #define PC_REGS(regs) ((db_addr_t)(regs)->pc) #define SET_PC_REGS(regs, value) (regs)->pc = (register_t)(value) -#define DDB_REGS (&ddb_regs) /* * Test of instructions to see class. -- cgit v1.2.3