Skip to content

Commit 3405fc0

Browse files
committed
chore: addressing cppcheck recommandations
1 parent a674641 commit 3405fc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arkreactor/VM/VM.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,7 @@ namespace Ark
745745
{
746746
// Not resolving a potential ref is on purpose!
747747
// This instruction is only used by functions when storing arguments
748-
Value* tmp = pop(context);
748+
const Value* tmp = pop(context);
749749
store(arg, tmp, context);
750750
DISPATCH();
751751
}

0 commit comments

Comments
 (0)