aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/string.c
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2008-09-18 15:56:46 -0700
committerRuss Cox <rsc@golang.org>2008-09-18 15:56:46 -0700
commita67258f3801b6aa218c8c2563f0a743b944e5946 (patch)
tree8f385f7611882ed7d4c4db5e2d97e74a5b5d459b /src/runtime/string.c
parent326bb67fbfefed092a19ebf4b32d1682c31aaeaf (diff)
downloadgo-a67258f3801b6aa218c8c2563f0a743b944e5946.tar.xz
proper handling of signals.
do not run init on g0. R=r DELTA=161 (124 added, 23 deleted, 14 changed) OCL=15490 CL=15497
Diffstat (limited to 'src/runtime/string.c')
-rw-r--r--src/runtime/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/string.c b/src/runtime/string.c
index 099d7aa1d1..27a7581094 100644
--- a/src/runtime/string.c
+++ b/src/runtime/string.c
@@ -53,7 +53,7 @@ prbounds(int8* s, int32 a, int32 b, int32 c)
prints(">");
sys·printint(c);
prints("\n");
- throw("bounds");
+ throw("string bounds");
}
uint32