Skip to content

Commit

Permalink
fix: disable golink, it does not recognize my black-magic
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhuoyu committed May 28, 2021
1 parent 203b83a commit fc6fe80
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/push-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Lint
run: |
test -z "$(gofmt -s -l .)"
go vet -stdmethods=false $(go list ./...)
- name: Unit Test
run: go test -v -race -covermode=atomic -coverprofile=coverage.out ./...
2 changes: 1 addition & 1 deletion internal/loader/stackmap_amd64.s
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
TEXT ·no_pointers_stackmap(SB), NOSPLIT, $0 - 8
NO_LOCAL_POINTERS
LEAQ runtime·no_pointers_stackmap(SB), AX
MOVQ AX, ret<>+0(FP)
MOVQ AX, ret+0(FP)
RET
2 changes: 1 addition & 1 deletion internal/native/native_amd64.s
Original file line number Diff line number Diff line change
Expand Up @@ -6189,7 +6189,7 @@ _P10_TAB:

TEXT ·__f64toa(SB), NOSPLIT, $0 - 24
MOVQ out+0(FP), DI
MOVOU val+8(FP), X0
MOVSD val+8(FP), X0
CALL ·___asm2asm_compiled_code__DO_NOT_CALL_THIS_SYMBOL___+2953(SB) // _f64toa
MOVQ AX, ret+16(FP)
RET
Expand Down
2 changes: 1 addition & 1 deletion tools/asm2asm
Submodule asm2asm updated 1 files
+8 −8 asm2asm.py

0 comments on commit fc6fe80

Please sign in to comment.