mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 10:03:47 +08:00
sim: sh: refine pwsb & pwad nops
Since these insns don't do anything and are effectively ignored, return early to avoid doing any common processing at the end as that requires initializing variables like "res" with something.
This commit is contained in:
parent
fed277fe15
commit
43fbcdcd03
@ -2012,8 +2012,10 @@ static op ppi_tab[] =
|
||||
"ADD_SUB_GE;",
|
||||
},
|
||||
{ "","", "pwsb Sx,Sy,Dz", "10100100....zzzz",
|
||||
"return;",
|
||||
},
|
||||
{ "","", "pwad Sx,Sy,Dz", "10110100....zzzz",
|
||||
"return;",
|
||||
},
|
||||
{ "","", "(if cc) pabs Sx,Dz", "100010ccxx01zzzz",
|
||||
"/* FIXME: duplicate code pabs. */",
|
||||
|
Loading…
Reference in New Issue
Block a user