- fixed typo in last commit

This commit is contained in:
Jonathan Russell 2018-09-15 00:26:14 +01:00
parent b83f4f48d6
commit 407418a92e
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ void JitCompiler::EmitLKS_R()
static_assert(sizeof(FString) == 8, "sizeof(FString) needs to be 8");
cc.shl(offset, 3);
#else
static_assert(sizeof(FString) == 8, "sizeof(FString) needs to be 4");
static_assert(sizeof(FString) == 4, "sizeof(FString) needs to be 4");
cc.shl(offset, 2);
#endif
cc.add(ptr, offset);