mirror of
https://github.com/holub/mame
synced 2025-06-01 02:21:48 +03:00
added comment to lua modification (nw)
This commit is contained in:
parent
a89b052f03
commit
1c0b5ad7ab
@ -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-- ) {
|
||||
|
Loading…
Reference in New Issue
Block a user