mirror of
https://github.com/Ed94/gencpp.git
synced 2025-07-06 13:45:44 -07:00
more progress
This commit is contained in:
@ -351,7 +351,7 @@ void reset()
|
||||
do
|
||||
{
|
||||
Pool* code_pool = & CodePools[index];
|
||||
clear(* code_pool);
|
||||
pool_clear(code_pool);
|
||||
index++;
|
||||
}
|
||||
while ( left--, left );
|
||||
|
Reference in New Issue
Block a user