mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-24 16:49:50 +00:00
Fix accidentally truncated comment.
This commit is contained in:
parent
ffe4c266ef
commit
ccce19e14a
@ -92,7 +92,7 @@ public:
|
||||
~JitBlockCache();
|
||||
|
||||
int AllocateBlock(u32 em_address);
|
||||
// When a proxy block is invalidated, the block located at the rootAddress
|
||||
// When a proxy block is invalidated, the block located at the rootAddress is invalidated too.
|
||||
void ProxyBlock(u32 rootAddress, u32 startAddress, u32 size, const u8 *codePtr);
|
||||
void FinalizeBlock(int block_num, bool block_link);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user