summaryrefslogtreecommitdiffstats
path: root/omshell.c
diff options
context:
space:
mode:
Diffstat (limited to 'omshell.c')
-rw-r--r--omshell.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/omshell.c b/omshell.c
index 503372e5..af4e28c6 100644
--- a/omshell.c
+++ b/omshell.c
@@ -64,6 +64,11 @@ CODESTARTfreeInstance
ENDfreeInstance
+BEGINdbgPrintInstInfo
+CODESTARTdbgPrintInstInfo
+ printf("%s", f->f_un.f_file.f_fname);
+ENDdbgPrintInstInfo
+
BEGINdoAction
uchar *psz;