diff options
author | Javier <dev.git@javispedro.com> | 2022-04-18 21:04:00 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-04-18 21:04:00 +0200 |
commit | 3da9d4d5eff694e7e91116a693f328c289fc82f6 (patch) | |
tree | 5de4fa0f8104723ebcc2f9e877899024144f1a48 /sftsr.c | |
parent | 513aec2aa20fdfcd862acc4189aa3226c876a051 (diff) | |
download | vbados-3da9d4d5eff694e7e91116a693f328c289fc82f6.tar.gz vbados-3da9d4d5eff694e7e91116a693f328c289fc82f6.zip |
make vbsf less verbose
Diffstat (limited to 'sftsr.c')
-rw-r--r-- | sftsr.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1148,9 +1148,11 @@ static bool int2f_11_handler(union INTPACK r) return true; } +#if TRACE_CALLS dlog_print("2f al="); dlog_printx(r.h.al); dlog_endline(); +#endif // Handle special functions that target all redirectors first switch (r.h.al) { |