mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-30 23:43:10 +00:00
Fix warning
svn-id: r47706
This commit is contained in:
parent
3285a4ba4d
commit
9449585893
@ -126,7 +126,7 @@ static bool validate_variable(reg_t *r, reg_t *stack_base, int type, int max, in
|
||||
warning("[VM] Access would be outside even of the stack (%d); access denied", total_offset);
|
||||
return false;
|
||||
} else {
|
||||
debugC(2, kDebugLevelVM, txt.c_str());
|
||||
debugC(2, kDebugLevelVM, "%s\n", txt.c_str());
|
||||
debugC(2, kDebugLevelVM, "[VM] Access within stack boundaries; access granted.\n");
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user