mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
fix EOF file at commit crypto/bn256: fix issues caused by Go 1.11
This commit is contained in:
parent
fa42daa2cd
commit
928c8d8c06
1 changed files with 2 additions and 1 deletions
3
vendor/golang.org/x/sys/cpu/cpu_x86.s
generated
vendored
3
vendor/golang.org/x/sys/cpu/cpu_x86.s
generated
vendored
|
|
@ -24,4 +24,5 @@ TEXT ·xgetbv(SB),NOSPLIT,$0-8
|
|||
XGETBV
|
||||
MOVL AX, eax+0(FP)
|
||||
MOVL DX, edx+4(FP)
|
||||
RET
|
||||
RET
|
||||
|
||||
Loading…
Reference in a new issue