Initial scaffolding for paged memory
This commit is contained in:
parent
bf8148611d
commit
6108fb25ab
8 changed files with 431 additions and 276 deletions
|
|
@ -2807,7 +2807,7 @@ if (DEBUGGER) {
|
|||
* redoBreakpoints()
|
||||
*
|
||||
* This function is for the Memory component: whenever the Bus allocates a new Memory block, it calls
|
||||
* the block's setDebugInfo() method, which clears the memory block's breakpoint counts. setDebugInfo(),
|
||||
* the block's setDebugger() method, which clears the memory block's breakpoint counts. setDebugger(),
|
||||
* in turn, must call this function to re-apply any existing breakpoints to that block.
|
||||
*
|
||||
* This ensures that, even if a memory region is remapped (which creates new Memory blocks in the process),
|
||||
|
|
|
|||
Loading…
Reference in a new issue