mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Flush the lit pool before flushing the icache.
This commit is contained in:
parent
49f53a7ecd
commit
f1ed1a9a17
1 changed files with 1 additions and 1 deletions
|
@ -1054,8 +1054,8 @@ JittedVertexDecoder VertexDecoderJitCache::Compile(const VertexDecoder &dec) {
|
|||
|
||||
POP(6, R4, R5, R6, R7, R8, _PC);
|
||||
|
||||
FlushIcache();
|
||||
FlushLitPool();
|
||||
FlushIcache();
|
||||
// DisassembleArm(start, GetCodePtr() - start);
|
||||
// char temp[1024] = {0};
|
||||
// dec.ToString(temp);
|
||||
|
|
Loading…
Add table
Reference in a new issue