memory breakpoint (2)

This commit is contained in:
folkert van heusden 2024-04-16 14:23:38 +02:00
parent 4e39cc3329
commit 1cc6ac9522
Signed by untrusted user who does not match committer: folkert
GPG key ID: 6B6455EDFEED3BD1

View file

@ -317,7 +317,7 @@ void help()
#include "breakpoint_parser.h" #include "breakpoint_parser.h"
int main(int argc, char *argv[]) int main(int argc, char *argv[])
{ {
#if 0 #if 1
{ {
bus *b = new bus(); bus *b = new bus();
cpu *c = new cpu(b, &event); cpu *c = new cpu(b, &event);