diff options
author | tb <> | 2023-02-23 08:55:44 +0000 |
---|---|---|
committer | tb <> | 2023-02-23 08:55:44 +0000 |
commit | e8192f57c4e5910ce7badced4a24c8827810d567 (patch) | |
tree | 71dda5db53e03aa1c816aebfe51aa3146082e60f /src/lib/libcrypto/bn | |
parent | 27ab21352c93b54377d9ed93aaf71847680fa75f (diff) | |
download | openbsd-e8192f57c4e5910ce7badced4a24c8827810d567.tar.gz openbsd-e8192f57c4e5910ce7badced4a24c8827810d567.tar.bz2 openbsd-e8192f57c4e5910ce7badced4a24c8827810d567.zip |
Use explicit .text instead of .previous to please Windows/MinGW on amd64
ok miod
Diffstat (limited to 'src/lib/libcrypto/bn')
-rwxr-xr-x | src/lib/libcrypto/bn/asm/x86_64-mont5.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/bn/asm/x86_64-mont5.pl b/src/lib/libcrypto/bn/asm/x86_64-mont5.pl index 1c8aa255c3..7b9c6df273 100755 --- a/src/lib/libcrypto/bn/asm/x86_64-mont5.pl +++ b/src/lib/libcrypto/bn/asm/x86_64-mont5.pl | |||
@@ -1037,7 +1037,7 @@ $code.=<<___; | |||
1037 | .Linc: | 1037 | .Linc: |
1038 | .long 0,0, 1,1 | 1038 | .long 0,0, 1,1 |
1039 | .long 2,2, 2,2 | 1039 | .long 2,2, 2,2 |
1040 | .previous | 1040 | .text |
1041 | ___ | 1041 | ___ |
1042 | 1042 | ||
1043 | # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, | 1043 | # EXCEPTION_DISPOSITION handler (EXCEPTION_RECORD *rec,ULONG64 frame, |