X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=fceu.git;a=blobdiff_plain;f=ncpu_debug.c;h=8feb8753444b2c2310c6111ae6486bfa2eb0e8d8;hp=090bcb5fa2b49b7c4c70f039631d05cdf0fdb493;hb=282becab483a0e14ab9d59e659e190f962947220;hpb=890deff8bad82ef88678ac9c9cb7373677faf77a diff --git a/ncpu_debug.c b/ncpu_debug.c index 090bcb5..8feb875 100644 --- a/ncpu_debug.c +++ b/ncpu_debug.c @@ -120,9 +120,9 @@ static void compare_state(void) if (fail) leave(); } -#if 1 static void compare_ram(void) { +#if 1 int i, fail = 0; for (i = 0; i < 0x800/4; i++) { @@ -136,8 +136,8 @@ static void compare_ram(void) } if (fail) leave(); -} #endif +} void TriggerIRQ_d(void) {