From b868c1ece95051372911b2d6e0d24738f6efc0cd Mon Sep 17 00:00:00 2001 From: David Given Date: Wed, 10 Aug 2022 00:15:28 +0200 Subject: [PATCH] Hacky workaround to make operatings on pointer differences work. --- mach/proto/as/comm7.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mach/proto/as/comm7.c b/mach/proto/as/comm7.c index 969d0d84a..06e11042b 100644 --- a/mach/proto/as/comm7.c +++ b/mach/proto/as/comm7.c @@ -115,7 +115,6 @@ int combine(int typ1, int typ2, int op) return (S_ABS); break; } - fprintf(stderr, "typ1=%d typ2=%d pass=%d\n", typ1, typ2, pass); if (pass != PASS_1) serror("illegal operator"); return (S_UND);