aboutsummaryrefslogtreecommitdiff
path: root/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'exec.c')
-rw-r--r--exec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/exec.c b/exec.c
index f6d5396fab..441c5626f7 100644
--- a/exec.c
+++ b/exec.c
@@ -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 },
};