summaryrefslogtreecommitdiff
path: root/ddb
diff options
context:
space:
mode:
Diffstat (limited to 'ddb')
-rw-r--r--ddb/db_run.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ddb/db_run.c b/ddb/db_run.c
index e380253..a595af8 100644
--- a/ddb/db_run.c
+++ b/ddb/db_run.c
@@ -188,7 +188,7 @@ db_restart_at_pc(watchpt, task)
db_store_count += inst_store(ins);
#ifdef SOFTWARE_SSTEP
/* Account for instructions in delay slots */
- brpc = next_instr_address(pc,1,task);
+ brpc = next_instr_address(pc, 1, task);
if ((brpc != pc) && (inst_branch(ins) || inst_call(ins))) {
/* Note: this ~assumes an instruction <= sizeof(int) */
db_get_task_value(brpc, sizeof(int), FALSE, task);