Commit 6a6462f0 authored by Richard Levitte's avatar Richard Levitte
Browse files

Fix engine/asm/e_padlock-x86.pl for newer semantics

parent 2acd8ec7
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -35,6 +35,9 @@ $0 =~ m/(.*[\/\\])[^\/\\]+$/; $dir=$1;
push(@INC,"${dir}","${dir}../../crypto/perlasm");
require "x86asm.pl";

$output=pop;
open STDOUT,">$output";

&asm_init($ARGV[0],$0);

%PADLOCK_PREFETCH=(ecb=>128, cbc=>64);	# prefetch errata
@@ -604,3 +607,5 @@ my ($mode,$opcode) = @_;
&data_word(0);

&asm_finish();

close STDOUT;