diff options
Diffstat (limited to 'src/pkg/syscall/asm_plan9_386.s')
-rw-r--r-- | src/pkg/syscall/asm_plan9_386.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/syscall/asm_plan9_386.s b/src/pkg/syscall/asm_plan9_386.s index f8c07c407..aaa8b9a69 100644 --- a/src/pkg/syscall/asm_plan9_386.s +++ b/src/pkg/syscall/asm_plan9_386.s @@ -5,7 +5,7 @@ // TODO(rsc): Rewrite all nn(SP) references into name+(nn-8)(FP) // so that go vet can check that they are correct. -#include "../../cmd/ld/textflag.h" +#include "textflag.h" // // System call support for 386, Plan 9 |