Fix accidentally truncated comment.

This commit is contained in:
Henrik Rydgard 2016-05-01 18:47:32 +02:00
parent ffe4c266ef
commit ccce19e14a

View File

@ -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);