Merge pull request #4851 from rerpha/compiler_warnings_in_core_arm

Fixing some compiler warnings in core/arm/
This commit is contained in:
Weiyi Wang 2019-07-23 19:34:46 -04:00 committed by GitHub
commit fcc7600b2b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ class MemorySystem;
} // namespace Memory
namespace Core {
struct System;
class System;
}
class DynarmicUserCallbacks;

View file

@ -11,7 +11,7 @@
#include "core/arm/skyeye_common/armstate.h"
namespace Core {
struct System;
class System;
}
namespace Memory {