diff options
Diffstat (limited to 'exec.c')
-rw-r--r-- | exec.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1131,6 +1131,8 @@ CPULogItem cpu_log_items[] = { { CPU_LOG_PCALL, "pcall", "show protected mode far calls/returns/exceptions" }, #endif + { CPU_LOG_IOPORT, "ioport", + "show all i/o ports accesses" }, { 0, NULL, NULL }, }; |