fix warnings 4

This commit is contained in:
Sinaei 2024-03-01 21:02:52 +09:00
parent 7e9483e9cc
commit fb4b4f2c3d
33 changed files with 140 additions and 112 deletions

View file

@ -360,7 +360,7 @@ ScriptEngineEvalWrapper(PGUEST_REGS GuestRegs,
if (CodeBuffer->Message == NULL)
{
for (int i = 0; i < CodeBuffer->Pointer;)
for (UINT64 i = 0; i < CodeBuffer->Pointer;)
{
//
// Fill the action buffer but as we're in user-mode here