From 0376f74192dbeb69898d0cd4efb0f951d719e4cf Mon Sep 17 00:00:00 2001 From: Ian Curtis Date: Sun, 24 Sep 2017 22:36:12 +0000 Subject: [PATCH] work around for visual studio bug --- Src/Model3/Real3D.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Src/Model3/Real3D.cpp b/Src/Model3/Real3D.cpp index a2a5522..601384c 100644 --- a/Src/Model3/Real3D.cpp +++ b/Src/Model3/Real3D.cpp @@ -888,7 +888,7 @@ void CReal3D::SetStepping(int stepping) m_asicID.clear(); if (step == 0x10) { - m_asicID = + m_asicID = decltype(m_asicID) { { ASIC::Mercury, 0x216c3057 }, { ASIC::Venus, 0x116c4057 }, @@ -899,7 +899,7 @@ void CReal3D::SetStepping(int stepping) } else if (step == 0x15) { - m_asicID = + m_asicID = decltype(m_asicID) { { ASIC::Mercury, 0x316c3057 }, { ASIC::Venus, 0x216c4057 }, @@ -910,7 +910,7 @@ void CReal3D::SetStepping(int stepping) } else if (step >= 0x20) { - m_asicID = + m_asicID = decltype(m_asicID) { { ASIC::Mercury, 0x416c3057 }, { ASIC::Venus, 0x316c4057 }, // skichamp @ pc=0xa89f4, this value causes 'NO DAUGHTER BOARD' message