spu: Clean up asmjit - avoid touching the shared db whenever possible

- Gets around the locking issues when fetching from the shared db
This commit is contained in:
kd-11 2017-07-19 19:35:05 +03:00
parent 2526626646
commit 99828a8f15
3 changed files with 21 additions and 28 deletions

View file

@ -582,6 +582,7 @@ public:
std::exception_ptr pending_exception;
std::array<std::shared_ptr<struct spu_function_t>, 65536> compiled_cache;
std::shared_ptr<class SPUDatabase> spu_db;
std::shared_ptr<class spu_recompiler_base> spu_rec;
u32 recursion_level = 0;