bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 08/19] ddb/db_run.c: trivial stylistic fix for consistency


From: Marin Ramesa
Subject: [PATCH 08/19] ddb/db_run.c: trivial stylistic fix for consistency
Date: Wed, 20 Nov 2013 13:53:50 +0100

* ddb/db_run.c: Trivial stylistic fix for consistency.

---
 ddb/db_run.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ddb/db_run.c b/ddb/db_run.c
index 01893db..22cd358 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);
-- 
1.8.1.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]