From 928c8d8c0625d07ed4047411b019a99f3cafdd1a Mon Sep 17 00:00:00 2001 From: Nguyen Ba Tam Date: Sat, 3 Nov 2018 13:40:43 +0700 Subject: [PATCH] fix EOF file at commit crypto/bn256: fix issues caused by Go 1.11 --- vendor/golang.org/x/sys/cpu/cpu_x86.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vendor/golang.org/x/sys/cpu/cpu_x86.s b/vendor/golang.org/x/sys/cpu/cpu_x86.s index 9adf58d31e..db2120c8df 100644 --- a/vendor/golang.org/x/sys/cpu/cpu_x86.s +++ b/vendor/golang.org/x/sys/cpu/cpu_x86.s @@ -24,4 +24,5 @@ TEXT ·xgetbv(SB),NOSPLIT,$0-8 XGETBV MOVL AX, eax+0(FP) MOVL DX, edx+4(FP) - RET \ No newline at end of file + RET + \ No newline at end of file