rename MemOperand as RegExp
This commit is contained in:
parent
0fe89e3df9
commit
67157ee42d
4 changed files with 14 additions and 7 deletions
|
@ -37,7 +37,7 @@ private:
|
|||
size_t constTblPos_;
|
||||
int regIdx_;
|
||||
Map varMap_; // map var name to index
|
||||
const Xbyak::MemOperand& valTbl_;
|
||||
const Xbyak::RegExp& valTbl_;
|
||||
#ifdef XBYAK32
|
||||
const Xbyak::Reg32& tbl_;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue