diff options
-rw-r--r-- | listbas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -956,7 +956,7 @@ CALLBACK(print_op) { fprintf(outfh, "(bad op token $%02x)", tok); badtok = 1; } else { - if(bas_type == B_BXL || bas_type == B_BXE) + if(bas_type == B_BXL || bas_type == B_BXE || bas_type == B_INT) print_mixed_case(name); else fprintf(outfh, "%s", name); |