From e1316cb0ae78944f953533899d164919f852e4a7 Mon Sep 17 00:00:00 2001 From: dfr Date: Sun, 28 Jun 1998 00:52:50 +0000 Subject: [PATCH] Use db_addr_t for the breakpoint address in db_set_single_step. --- sys/ddb/db_run.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/ddb/db_run.c b/sys/ddb/db_run.c index a705bc126d94..ed9c9562378d 100644 --- a/sys/ddb/db_run.c +++ b/sys/ddb/db_run.c @@ -23,7 +23,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: db_run.c,v 1.13 1997/06/14 11:52:37 bde Exp $ + * $Id: db_run.c,v 1.14 1998/06/07 17:09:37 dfr Exp $ */ /* @@ -263,8 +263,8 @@ void db_set_single_step(regs) register db_regs_t *regs; { - db_addr_t pc = PC_REGS(regs); - register unsigned inst, brpc; + db_addr_t pc = PC_REGS(regs), brpc; + unsigned inst; /* * User was stopped at pc, e.g. the instruction