MCPcopy Create free account
hub / github.com/OpenMW/openmw / opStoreLocalLong

Function opStoreLocalLong

components/compiler/generator.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 }
41
42 void opStoreLocalLong(Compiler::Generator::CodeContainer& code)
43 {
44 code.push_back(Compiler::Generator::segment5(1));
45 }
46
47 void opStoreLocalFloat(Compiler::Generator::CodeContainer& code)
48 {

Callers 1

assignToLocalFunction · 0.85

Calls 1

segment5Function · 0.85

Tested by

no test coverage detected