mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-16 17:41:19 +00:00
- fixed typo in last commit
This commit is contained in:
parent
2dd2344e80
commit
0da351bfea
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");
|
||||
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);
|
||||
|
|
Loading…
Reference in a new issue