stores becomes storeh
This commit is contained in:
parent
e198fe6c40
commit
5097cf1d42
4 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@ OpDesc opdesc[NOp] = {
|
|||
[OAnd] = { "and", 2 },
|
||||
[OStorel] = { "storel", 0 },
|
||||
[OStorew] = { "storew", 0 },
|
||||
[OStores] = { "stores", 0 },
|
||||
[OStoreh] = { "storeh", 0 },
|
||||
[OStoreb] = { "storeb", 0 },
|
||||
[OCopy] = { "copy", 1 },
|
||||
[ONop] = { "nop", 0 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue