mirror of https://github.com/openssl/openssl.git
perlasm/x86gas.pl: make OPENSSL_instrument_bus[2] compile.
This commit is contained in:
parent
cb1b3aa151
commit
e382e4e603
|
|
@ -47,6 +47,7 @@ sub ::generic
|
|||
if ($#_==0) { &::emit($opcode); }
|
||||
elsif ($opcode =~ m/^j/o && $#_==1) { &::emit($opcode,@arg); }
|
||||
elsif ($opcode eq "call" && $#_==1) { &::emit($opcode,@arg); }
|
||||
elsif ($opcode eq "clflush" && $#_==1){ &::emit($opcode,@arg); }
|
||||
elsif ($opcode =~ m/^set/&& $#_==1) { &::emit($opcode,@arg); }
|
||||
else { &::emit($opcode.$suffix,@arg);}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue