summaryrefslogtreecommitdiffstats
path: root/crypto/perlasm
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2003-01-03 21:49:49 +0000
committerAndy Polyakov <appro@openssl.org>2003-01-03 21:49:49 +0000
commit2a9fca82d258f3eb6c6b69b2db3e2398cc18de5e (patch)
treec86614c83949221fb0f95ffcccc1c28217fadc60 /crypto/perlasm
parent55b1516770ddd2321f3dda3b81f1ddb671233d3e (diff)
Oops! I've toasted Cygwin! Fixed now.
Diffstat (limited to 'crypto/perlasm')
-rw-r--r--crypto/perlasm/x86unix.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/perlasm/x86unix.pl b/crypto/perlasm/x86unix.pl
index b1c87037dd..6652eb8a7c 100644
--- a/crypto/perlasm/x86unix.pl
+++ b/crypto/perlasm/x86unix.pl
@@ -574,11 +574,11 @@ ___
&main'blindpop($dst);
&main'add($dst,"\$_GLOBAL_OFFSET_TABLE_+[.-" .
&main'label("PIC_me_up") . "]");
- &main'mov($dst,&main'DWP("$under$sym\@GOT",$dst));
+ &main'mov($dst,&main'DWP($sym."\@GOT",$dst));
}
else
{
- &main'lea($dst,&main'DWP("$under$sym"));
+ &main'lea($dst,&main'DWP($sym));
}
}