diff options
Diffstat (limited to 'src/pkg/runtime/thunk.s')
| -rw-r--r-- | src/pkg/runtime/thunk.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/runtime/thunk.s b/src/pkg/runtime/thunk.s index 0c057a3e23..babc927680 100644 --- a/src/pkg/runtime/thunk.s +++ b/src/pkg/runtime/thunk.s @@ -5,7 +5,7 @@ // This file exposes various internal runtime functions to other packages in std lib. #include "zasm_GOOS_GOARCH.h" -#include "../../cmd/ld/textflag.h" +#include "textflag.h" #ifdef GOARCH_arm #define JMP B |
