1.11.0
This commit is contained in:
parent
0f74c5a4db
commit
08a5e93385
|
@ -99,9 +99,13 @@
|
|||
<PropertyGroup Label="UserMacros" />
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
|
||||
<IntDir>$(Platform)\$(Configuration)\</IntDir>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
||||
<LinkIncremental>true</LinkIncremental>
|
||||
|
|
|
@ -284,7 +284,7 @@ int CImDiskIO::DoComm()
|
|||
|
||||
if (m->Proxy.empty()){
|
||||
#ifdef _M_ARM64
|
||||
ULONG64 ctr = _ReadStatusReg(ARM64_CNTVCT));
|
||||
ULONG64 ctr = _ReadStatusReg(ARM64_CNTVCT);
|
||||
#else
|
||||
ULONG64 ctr = __rdtsc();
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue