diff options
| author | Russ Cox <rsc@golang.org> | 2008-09-18 15:56:46 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2008-09-18 15:56:46 -0700 |
| commit | a67258f3801b6aa218c8c2563f0a743b944e5946 (patch) | |
| tree | 8f385f7611882ed7d4c4db5e2d97e74a5b5d459b /src/runtime/string.c | |
| parent | 326bb67fbfefed092a19ebf4b32d1682c31aaeaf (diff) | |
| download | go-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.c | 2 |
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 |
