rename MemOperand as RegExp

This commit is contained in:
MITSUNARI Shigeo 2013-06-11 20:53:01 +09:00
parent 0fe89e3df9
commit 67157ee42d
4 changed files with 14 additions and 7 deletions

View file

@ -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