Skip to content

Commit 0a50a07

Browse files
authored
Merge pull request #1068 from riscv/dodgy_english
2 parents 40f80ef + f069752 commit 0a50a07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

debugger_implementation.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ Read block of memory using system bus access:
162162
[[deb:mrprogbuf]]
163163
===== Using Program Buffer
164164

165-
Through the Program Buffer, the hart performs the memory accesses.
166-
Addresses are physical or virtual (depending on and other system
167-
configuration).
165+
Memory can be accessed through the Program Buffer by having the hart
166+
perform loads/stores. Whether the addresses are physical or virtual
167+
depends on the system configuration.
168168

169169
Read a word from memory using program buffer:
170170

0 commit comments

Comments
 (0)