mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-27 03:12:02 +00:00
@@ -240,7 +240,7 @@ private:
|
||||
return in;
|
||||
}
|
||||
|
||||
static constexpr auto functions = CreateStaticMap(
|
||||
static const auto functions = CreateStaticMap(
|
||||
FunctionInfo{0, C<&IJitEnvironment::GenerateCode>, "GenerateCode"},
|
||||
FunctionInfo{1, C<&IJitEnvironment::Control>, "Control"},
|
||||
FunctionInfo{1000, C<&IJitEnvironment::LoadPlugin>, "LoadPlugin"},
|
||||
@@ -289,7 +289,7 @@ private:
|
||||
}
|
||||
|
||||
private:
|
||||
static constexpr auto functions = CreateStaticMap(
|
||||
static const auto functions = CreateStaticMap(
|
||||
FunctionInfo{0, C<&JITU::CreateJitEnvironment>, "CreateJitEnvironment"}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user