diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-04-27 11:10:49 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-04-27 11:10:49 +0000 |
commit | 1e4141c1d3d79de7aeafefbb8a9eadb645d3159d (patch) | |
tree | dd82e18dc85ef4998ed3ada0f93686b1654870e0 /sys/arch/mips64 | |
parent | 41dcc1a055b0bc8888ad5f53144b7aa9632f6e3b (diff) |
G/C DDB_REGS.
Diffstat (limited to 'sys/arch/mips64')
-rw-r--r-- | sys/arch/mips64/include/db_machdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
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. |