memory breakpoint (2)
This commit is contained in:
parent
4e39cc3329
commit
1cc6ac9522
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -317,7 +317,7 @@ void help()
|
|||
#include "breakpoint_parser.h"
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
#if 0
|
||||
#if 1
|
||||
{
|
||||
bus *b = new bus();
|
||||
cpu *c = new cpu(b, &event);
|
||||
|
|
Loading…
Add table
Reference in a new issue