stores becomes storeh

This commit is contained in:
Quentin Carbonneaux 2015-11-30 10:18:03 -05:00
parent e198fe6c40
commit 5097cf1d42
4 changed files with 6 additions and 6 deletions

View file

@ -171,7 +171,7 @@ enum Op {
OCmp1 = OCmp + NCmp-1,
OStorel,
OStorew,
OStores,
OStoreh,
OStoreb,
OLoad,
OLoad1 = OLoad + NTy-1,