[Project64] Make sure ArmRegInfo.cpp can log
This commit is contained in:
parent
a5fee4f644
commit
c633124418
|
@ -11,6 +11,7 @@
|
||||||
#include "stdafx.h"
|
#include "stdafx.h"
|
||||||
|
|
||||||
#if defined(__arm__) || defined(_M_ARM)
|
#if defined(__arm__) || defined(_M_ARM)
|
||||||
|
#include <Project64-core/N64System/Recompiler/RecompilerCodeLog.h>
|
||||||
#include <Project64-core/N64System/Recompiler/Arm/ArmRegInfo.h>
|
#include <Project64-core/N64System/Recompiler/Arm/ArmRegInfo.h>
|
||||||
|
|
||||||
CArmRegInfo::CArmRegInfo() :
|
CArmRegInfo::CArmRegInfo() :
|
||||||
|
|
Loading…
Reference in New Issue