added comment to lua modification (nw)

This commit is contained in:
Oliver Stöneberg 2014-06-16 07:37:06 +00:00
parent a89b052f03
commit 1c0b5ad7ab

View File

@ -205,6 +205,7 @@ static int cleanupvm(lua_State *L, sdb_vm *svm) {
}
static int stepvm(lua_State *L, sdb_vm *svm) {
// MAME: fixed Visual Studio compiler warning lsqlite3.c(235) : warning C4701: potentially uninitialized local variable 'result' used
int result = 0;
int loop_limit = 3;
while ( loop_limit-- ) {