#include "stdafx.h" #if defined(__amd64__) || defined(_M_X64) #include CX64Ops::CX64Ops(CCodeBlock & CodeBlock) : m_CodeBlock(CodeBlock) { } #endif