mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-03 07:01:13 +00:00
b386a09358
Visual C++ will never statically initialize a class instance where a member field has a default value set, so the DEFINE_ACTION_FUNCTION variants without a direct native call need to be handled differently. The easiest way to do this is to leave out the nullptr default and omit the value in the initializer list. For trailing fields this will always get them nulled. |
||
---|---|---|
.. | ||
jit.cpp | ||
jit.h | ||
jit_call.cpp | ||
jit_flow.cpp | ||
jit_load.cpp | ||
jit_math.cpp | ||
jit_move.cpp | ||
jit_runtime.cpp | ||
jit_store.cpp | ||
jitintern.h | ||
vm.h | ||
vmexec.cpp | ||
vmexec.h | ||
vmframe.cpp | ||
vmintern.h | ||
vmops.h |