From c8348bc8feb5db0bc3fdb1fabd92a94f775476ee Mon Sep 17 00:00:00 2001 From: Folkert van Heusden Date: Thu, 3 Apr 2025 23:37:47 +0200 Subject: [PATCH] make sure to reset everything --- PDP11/test.c | 1 + 1 file changed, 1 insertion(+) diff --git a/PDP11/test.c b/PDP11/test.c index a896e364..bec4419b 100644 --- a/PDP11/test.c +++ b/PDP11/test.c @@ -52,6 +52,7 @@ void produce_validation_tests() json_t *before = json_object(); + reset_all(0); cpu_reset(&cpu_dev); saved_PC = 0100;