projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe898a7
)
Punt warning about "copying large block"s (e.g. Edwin buffers).
author
Matt Birkholz
<matt@birchwood-abbey.net>
Wed, 15 Feb 2017 20:46:09 +0000
(13:46 -0700)
committer
Matt Birkholz
<matt@birchwood-abbey.net>
Wed, 15 Feb 2017 23:09:44 +0000
(16:09 -0700)
src/microcode/gcloop.c
patch
|
blob
|
history
diff --git
a/src/microcode/gcloop.c
b/src/microcode/gcloop.c
index 42a859ed95d591575cfc3887472db67435a770c5..4d50a606e0d89216f494faf89381583936b7c2a9 100644
(file)
--- a/
src/microcode/gcloop.c
+++ b/
src/microcode/gcloop.c
@@
-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)