From 184ffff60d9baf3c51b39b7a5fe4c8889cfa3863 Mon Sep 17 00:00:00 2001 From: j8takagi Date: Sat, 27 Jun 2026 00:35:36 +0900 Subject: [PATCH] =?utf8?q?comet2monitor=E3=81=A7T=E3=82=B3=E3=83=9E?= =?utf8?q?=E3=83=B3=E3=83=89=E3=81=8C=E5=8A=B9=E3=81=8B=E3=81=AA=E3=81=84?= =?utf8?q?=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monitor.c b/src/monitor.c index abbce7e..82dcbbb 100644 --- a/src/monitor.c +++ b/src/monitor.c @@ -316,7 +316,7 @@ MONCMDTYPE monitorcmd(char *cmd, MONARGS *args) } else if(stracmp(cmd, 1, (char* []){"resetall"})) { fprintf(stdout, "Reset COMET II CPU and memory.\n"); comet2_resetall(); /* COMET II仮想マシンのCPUとメモリのリセット */ - } else if(stracmp(cmd, 2, (char* []){"t", "trace", "T", "tracelogical"})) { + } else if(stracmp(cmd, 4, (char* []){"t", "trace", "T", "tracelogical"})) { if(stracmp(cmd, 2, (char* []){"t", "trace"})) { execmode.logical = false; } else { -- 2.47.3