From 288dc96fedfeb1a1da35720419120cac2979050d Mon Sep 17 00:00:00 2001 From: Marin Ramesa Date: Wed, 20 Nov 2013 13:53:50 +0100 Subject: ddb/db_run.c: trivial stylistic fix for consistency * ddb/db_run.c: Trivial stylistic fix for consistency. --- ddb/db_run.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ddb/db_run.c') 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); -- cgit v1.2.3