From f84a8ea5261c0eb9ac038d612562062002b3c277 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Thu, 10 Feb 2011 21:24:24 +0000 Subject: x86gas.pl: make data_short work on legacy systems. --- crypto/perlasm/x86gas.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/perlasm') diff --git a/crypto/perlasm/x86gas.pl b/crypto/perlasm/x86gas.pl index 7af6e9cf7f..25f7ba5507 100644 --- a/crypto/perlasm/x86gas.pl +++ b/crypto/perlasm/x86gas.pl @@ -166,7 +166,7 @@ sub ::file_end } sub ::data_byte { push(@out,".byte\t".join(',',@_)."\n"); } -sub ::data_short{ push(@out,".word\t".join(',',@_)."\n"); } +sub ::data_short{ push(@out,".value\t".join(',',@_)."\n"); } sub ::data_word { push(@out,".long\t".join(',',@_)."\n"); } sub ::align -- cgit v1.2.3