slowly replacing ICODE * with iterators

This commit is contained in:
Artur K
2011-12-13 21:03:35 +01:00
parent 87d1b4411c
commit b3fa570792
10 changed files with 59 additions and 47 deletions

View File

@@ -372,3 +372,4 @@ public:
boolT labelSrch(dword target, Int *pIndex);
ICODE * GetIcode(int ip);
};
typedef CIcodeRec::iterator iICODE;