From cef2fb5fda58e872b9065fa2b6db7a881336aaf4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 10 Aug 1999 18:08:56 +0000 Subject: Last minute cleanup patch to close comment from Eric Valette . --- c/src/lib/librdbg/powerpc/rdbg_cpu_asm.S | 2 +- c/src/librdbg/src/powerpc/rdbg_cpu_asm.S | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/c/src/lib/librdbg/powerpc/rdbg_cpu_asm.S b/c/src/lib/librdbg/powerpc/rdbg_cpu_asm.S index ef1a43385d..d45d6b52da 100644 --- a/c/src/lib/librdbg/powerpc/rdbg_cpu_asm.S +++ b/c/src/lib/librdbg/powerpc/rdbg_cpu_asm.S @@ -29,7 +29,7 @@ SYM (copyback_data_cache_and_invalidate_instr_cache): addi r6, r0, PPC_CACHE_ALIGNMENT /* r5 = last address to handle */ add r5,r3,r4 - /* r3 = cache_align(r3, PPC_CACHE_ALIGNMENT) + /* r3 = cache_align(r3, PPC_CACHE_ALIGNMENT) */ subi r0,r6,1 andc r3,r3,r0 /* R4 = R3 = copy of first address */ diff --git a/c/src/librdbg/src/powerpc/rdbg_cpu_asm.S b/c/src/librdbg/src/powerpc/rdbg_cpu_asm.S index ef1a43385d..d45d6b52da 100644 --- a/c/src/librdbg/src/powerpc/rdbg_cpu_asm.S +++ b/c/src/librdbg/src/powerpc/rdbg_cpu_asm.S @@ -29,7 +29,7 @@ SYM (copyback_data_cache_and_invalidate_instr_cache): addi r6, r0, PPC_CACHE_ALIGNMENT /* r5 = last address to handle */ add r5,r3,r4 - /* r3 = cache_align(r3, PPC_CACHE_ALIGNMENT) + /* r3 = cache_align(r3, PPC_CACHE_ALIGNMENT) */ subi r0,r6,1 andc r3,r3,r0 /* R4 = R3 = copy of first address */ -- cgit v1.2.3