mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-05 00:00:42 +01:00
A copy constructor is necessarry for `class InstrBase`, as the implicit copy constructor simply copies the pointer `m_args`. This results in a double delete of the same memory region, causing a segmentation fault when rpcs3 exited. |
||
|---|---|---|
| .. | ||
| CPUDecoder.h | ||
| CPUDisAsm.h | ||
| CPUInstrTable.h | ||
| CPUThread.cpp | ||
| CPUThread.h | ||
| CPUThreadManager.cpp | ||
| CPUThreadManager.h | ||