#include "stdafx.h" #if defined(__arm__) || defined(_M_ARM) #include CArmOps::CArmOps(CCodeBlock & CodeBlock) : m_CodeBlock(CodeBlock) { } #endif