mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32: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
1
vendor/golang.org/x/sys/cpu/cpu_x86.s
generated
vendored
1
vendor/golang.org/x/sys/cpu/cpu_x86.s
generated
vendored
|
|
@ -25,3 +25,4 @@ TEXT ·xgetbv(SB),NOSPLIT,$0-8
|
||||||
MOVL AX, eax+0(FP)
|
MOVL AX, eax+0(FP)
|
||||||
MOVL DX, edx+4(FP)
|
MOVL DX, edx+4(FP)
|
||||||
RET
|
RET
|
||||||
|
|
||||||
Loading…
Reference in a new issue