Fixed issue with lua_debug struct size causing corruption

This commit is contained in:
Mark van Renswoude 2017-05-31 22:29:36 +02:00
parent 1a39372447
commit 84fe7f993f
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ type
isvararg: Byte; isvararg: Byte;
istailcall: Byte; istailcall: Byte;
short_src: array[0..LUA_IDSIZE - 1] of AnsiChar; short_src: array[0..LUA_IDSIZE - 1] of AnsiChar;
//struct CallInfo *i_ci; /* active function */ i_ci: Integer;
end; end;
{ Functions to be called by the debugger in specific events } { Functions to be called by the debugger in specific events }