commit | a67258f3801b6aa218c8c2563f0a743b944e5946 | [log] [tgz] |
---|---|---|
author | Russ Cox <rsc@golang.org> | Thu Sep 18 15:56:46 2008 -0700 |
committer | Russ Cox <rsc@golang.org> | Thu Sep 18 15:56:46 2008 -0700 |
tree | 8f385f7611882ed7d4c4db5e2d97e74a5b5d459b | |
parent | 326bb67fbfefed092a19ebf4b32d1682c31aaeaf [diff] [blame] |
proper handling of signals. do not run init on g0. R=r DELTA=161 (124 added, 23 deleted, 14 changed) OCL=15490 CL=15497
diff --git a/src/runtime/string.c b/src/runtime/string.c index 099d7aa..27a7581 100644 --- a/src/runtime/string.c +++ b/src/runtime/string.c
@@ -53,7 +53,7 @@ prints(">"); sys·printint(c); prints("\n"); - throw("bounds"); + throw("string bounds"); } uint32