Integrated execution engine, tracer, recompilation engine and compiler

This commit is contained in:
S Gopal Rajagopal 2014-11-08 09:52:23 +05:30
parent ee6a239679
commit 34e34910fd
3 changed files with 425 additions and 351 deletions

View file

@ -113,6 +113,8 @@ public:
return temp;
}
CPUDecoder * GetDecoder() { return m_dec; };
public:
u32 entry;
u32 PC;