perlasm/x86gas.pl: make OPENSSL_instrument_bus[2] compile.

This commit is contained in:
Andy Polyakov 2011-04-19 19:09:18 +00:00
parent cb1b3aa151
commit e382e4e603

View File

@ -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);}