Disabled code execution in interpreted VM

dev
SChernykh 5 years ago
parent 59d82bbb01
commit e5347497e9

@ -347,7 +347,7 @@ namespace randomx {
std::cout << "-----------------------------------" << std::endl;
}
executeBytecode(r, f, e, a);
//executeBytecode(r, f, e, a);
mem.mx ^= r[config.readReg2] ^ r[config.readReg3];
mem.mx &= CacheLineAlignMask;

@ -39,7 +39,7 @@
<CharacterSet>MultiByte</CharacterSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<ConfigurationType>StaticLibrary</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v141</PlatformToolset>
<CharacterSet>MultiByte</CharacterSet>

Loading…
Cancel
Save