diff options
Diffstat (limited to 'src/pkg/runtime/cgo/gcc_darwin_386.c')
-rw-r--r-- | src/pkg/runtime/cgo/gcc_darwin_386.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pkg/runtime/cgo/gcc_darwin_386.c b/src/pkg/runtime/cgo/gcc_darwin_386.c index dfeb9e11f..d9f25347a 100644 --- a/src/pkg/runtime/cgo/gcc_darwin_386.c +++ b/src/pkg/runtime/cgo/gcc_darwin_386.c @@ -39,8 +39,8 @@ inittls(void) * * The linker and runtime hard-code these constant offsets * from %gs where we expect to find m and g. - * Known to ../cmd/8l/obj.c:/468 - * and to ../pkg/runtime/darwin/386/sys.s:/468 + * Known to ../../../cmd/8l/obj.c:/468 + * and to ../sys_darwin_386.s:/468 * * This is truly disgusting and a bit fragile, but taking care * of it here protects the rest of the system from damage. |