mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
build: arm target support
This commit is contained in:
+1
-1
@@ -1175,7 +1175,7 @@ InitReturnVal_t CEngineAPI::Init()
|
||||
m_bRunningSimulation = false;
|
||||
|
||||
// Initialize the FPU control word
|
||||
#if defined(WIN32) && !defined( SWDS ) && !defined( _X360 )
|
||||
#if defined(WIN32) && !defined( SWDS ) && !defined( _X360 ) && !defined (__arm__)
|
||||
_asm
|
||||
{
|
||||
fninit
|
||||
|
||||
Reference in New Issue
Block a user