x64 msvc build fix

This commit is contained in:
Flyinghead 2021-08-26 11:01:44 +02:00
parent ad1f9527c1
commit 088287227e
1 changed files with 1 additions and 1 deletions

View File

@ -425,7 +425,7 @@ void recInit()
void runStep() void runStep()
{ {
((void (*)())CodeBuffer)(); ((void (*)())&CodeBuffer[0])();
} }
} }