mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 10:18:40 +12:00
Integrated execution engine, tracer, recompilation engine and compiler
This commit is contained in:
parent
ee6a239679
commit
34e34910fd
3 changed files with 425 additions and 351 deletions
|
@ -113,6 +113,8 @@ public:
|
|||
return temp;
|
||||
}
|
||||
|
||||
CPUDecoder * GetDecoder() { return m_dec; };
|
||||
|
||||
public:
|
||||
u32 entry;
|
||||
u32 PC;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue