From a93d6c9fc77988335fa6516c067ea9afe5125b0e Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sat, 15 Apr 2023 19:44:30 +1000 Subject: emu/emumem.h: Allow emu::rw_delegate to work with device finders. --- docs/source/debugger/watchpoint.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/debugger') diff --git a/docs/source/debugger/watchpoint.rst b/docs/source/debugger/watchpoint.rst index 2b25e0631f8..0f4bd12902f 100644 --- a/docs/source/debugger/watchpoint.rst +++ b/docs/source/debugger/watchpoint.rst @@ -75,7 +75,7 @@ Examples: execution. ``temp0 = 0 ; wp 45678,1,w,wpdata==f0,{ temp0++ ; g }`` Set a watchpoint for the visible CPU that will halt execution - whenever a write do the first address space occurs at address 45678 + whenever a write to the first address space occurs at address 45678 where the value being written is equal to f0. When this happens, increment the variable **temp0** and resume execution. -- cgit v1.2.3-70-g09d2