diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-01-06 20:34:08 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2005-01-06 20:34:08 +0000 |
commit | a4272f5c24d3db55f84c9670d6dd4cf4dbd2868a (patch) | |
tree | b623c5ebf3af3fbc30ac588b6af079e15b31824c /sys | |
parent | 05df088f2d502438560322d415e85eed4ab51ccc (diff) |
undo moronic french breakage
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/include/db_machdep.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/include/db_machdep.h b/sys/arch/hppa/include/db_machdep.h index 427bd6b3e8b..eedd5e3395f 100644 --- a/sys/arch/hppa/include/db_machdep.h +++ b/sys/arch/hppa/include/db_machdep.h @@ -1,4 +1,4 @@ -/* $OpenBSD: db_machdep.h,v 1.12 2005/01/06 19:52:05 espie Exp $ */ +/* $OpenBSD: db_machdep.h,v 1.13 2005/01/06 20:34:07 mickey Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -44,7 +44,6 @@ extern db_regs_t ddb_regs; #define DDB_REGS (&ddb_regs) #define PC_REGS(regs) ((db_addr_t)(regs)->tf_iioq_head) -#define SET_PC_REGS(regs, value) (regs)->tf_iioq_head = (unsigned)(value) /* Breakpoint related definitions */ #define BKPT_INST 0x00010000 /* break 0,8 */ |