diff options
Diffstat (limited to 'src/pkg/runtime/rt0_plan9_amd64.s')
-rw-r--r-- | src/pkg/runtime/rt0_plan9_amd64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/rt0_plan9_amd64.s b/src/pkg/runtime/rt0_plan9_amd64.s index 9f20eef60..a372a0ba8 100644 --- a/src/pkg/runtime/rt0_plan9_amd64.s +++ b/src/pkg/runtime/rt0_plan9_amd64.s @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -#include "../../cmd/ld/textflag.h" +#include "textflag.h" TEXT _rt0_amd64_plan9(SB),NOSPLIT,$24 MOVQ AX, _tos(SB) |