diff options
Diffstat (limited to 'src/pkg/runtime/print.c')
| -rw-r--r-- | src/pkg/runtime/print.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pkg/runtime/print.c b/src/pkg/runtime/print.c index 3ce779495..0d8caaf91 100644 --- a/src/pkg/runtime/print.c +++ b/src/pkg/runtime/print.c @@ -51,7 +51,7 @@ vprintf(int8 *s, byte *base) uintptr arg, narg; byte *v; -// lock(&debuglock); + //runtime·lock(&debuglock); lp = p = s; arg = 0; @@ -152,7 +152,7 @@ vprintf(int8 *s, byte *base) if(p > lp) runtime·write(2, lp, p-lp); -// unlock(&debuglock); + //runtime·unlock(&debuglock); } #pragma textflag 7 @@ -348,4 +348,4 @@ runtime·typestring(Eface e, String s) s = *e.type->string; FLUSH(&s); } - + |
