summaryrefslogtreecommitdiff
path: root/sys/arch/pc532
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/pc532')
-rw-r--r--sys/arch/pc532/include/db_machdep.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arch/pc532/include/db_machdep.h b/sys/arch/pc532/include/db_machdep.h
index a20ea5465d0..cfff2199bf5 100644
--- a/sys/arch/pc532/include/db_machdep.h
+++ b/sys/arch/pc532/include/db_machdep.h
@@ -72,8 +72,6 @@ db_regs_t ddb_regs; /* register state */
#define BKPT_SIZE (1) /* size of breakpoint inst */
#define BKPT_SET(inst) (BKPT_INST)
-/* #define FIXUP_PC_AFTER_BREAK ddb_regs.pc -= 1; */
-
#define db_clear_single_step(regs) ((regs)->psr &= ~PSR_T)
#define db_set_single_step(regs) ((regs)->psr |= PSR_T)