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