mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2026-08-27 00:26:02 -04: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
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue