We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 533b126 commit e777be2Copy full SHA for e777be2
LuaDkmDebuggerComponent/Bytecode.cs
@@ -896,7 +896,7 @@ bool Failed(string text, out string errorText_)
896
}
897
else
898
{
899
- if (LuaHelpers.luaVersion == 504)
+ if (LuaHelpers.luaVersion == 504 || LuaHelpers.luaVersion == LuaHelpers.luaVersionLuajit)
900
901
if (!WriteTypeTag(process, tagAddress, (int)(sourceBool.value ? LuaExtendedType.BooleanTrue : LuaExtendedType.Boolean)))
902
return Failed("Failed to modify target process memory (tag)", out errorText);
0 commit comments