mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix accidentally truncated comment.
This commit is contained in:
parent
ffe4c266ef
commit
ccce19e14a
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ public:
|
||||||
~JitBlockCache();
|
~JitBlockCache();
|
||||||
|
|
||||||
int AllocateBlock(u32 em_address);
|
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 ProxyBlock(u32 rootAddress, u32 startAddress, u32 size, const u8 *codePtr);
|
||||||
void FinalizeBlock(int block_num, bool block_link);
|
void FinalizeBlock(int block_num, bool block_link);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue