Punt warning about "copying large block"s (e.g. Edwin buffers).
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 15 Feb 2017 20:46:09 +0000 (13:46 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 15 Feb 2017 23:09:44 +0000 (16:09 -0700)
src/microcode/gcloop.c

index 42a859ed95d591575cfc3887472db67435a770c5..4d50a606e0d89216f494faf89381583936b7c2a9 100644 (file)
@@ -542,8 +542,10 @@ DEFINE_GC_TRANSPORT_WORDS (gc_transport_words)
   }
   if (n_words == 0)
     std_gc_death ("gc_transport_words: attempt to transfer zero words.");
+#if 0
   if (n_words > 0x10000)
       outf_error_line ("\nWarning: copying large block: %lu", n_words);
+#endif
 #endif
   new_address = newspace_next;
   while (from < from_end)