mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
- fixed typo in last commit
This commit is contained in:
parent
b83f4f48d6
commit
407418a92e
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ void JitCompiler::EmitLKS_R()
|
||||||
static_assert(sizeof(FString) == 8, "sizeof(FString) needs to be 8");
|
static_assert(sizeof(FString) == 8, "sizeof(FString) needs to be 8");
|
||||||
cc.shl(offset, 3);
|
cc.shl(offset, 3);
|
||||||
#else
|
#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);
|
cc.shl(offset, 2);
|
||||||
#endif
|
#endif
|
||||||
cc.add(ptr, offset);
|
cc.add(ptr, offset);
|
||||||
|
|
Loading…
Reference in a new issue