projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5585f4e
)
Use 32-bit sections instead of the default, 16-bit ones.
author
Richard Levitte
<levitte@openssl.org>
Thu, 27 Jun 2002 14:54:34 +0000
(14:54 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 27 Jun 2002 14:54:34 +0000
(14:54 +0000)
Part of PR 123
crypto/perlasm/x86nasm.pl
patch
|
blob
|
history
diff --git
a/crypto/perlasm/x86nasm.pl
b/crypto/perlasm/x86nasm.pl
index b4da364bbfd56a05f132da1dbc9110837c849c9f..519d8a5867287aa962648ba1990f37631d5a8d9d 100644
(file)
--- a/
crypto/perlasm/x86nasm.pl
+++ b/
crypto/perlasm/x86nasm.pl
@@
-209,7
+209,7
@@
sub using486
sub main'file
{
- push(@out, "segment .text\n");
+ push(@out, "segment .text
use32
\n");
}
sub main'function_begin