translate: Forward declare LocationDescriptor (#2)
This commit is contained in:
parent
4321e829d1
commit
7e3c981974
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "common/common_types.h"
|
#include "common/common_types.h"
|
||||||
#include "frontend/arm_types.h"
|
|
||||||
|
|
||||||
namespace Dynarmic {
|
namespace Dynarmic {
|
||||||
|
|
||||||
|
@ -16,6 +15,8 @@ namespace IR {
|
||||||
|
|
||||||
namespace Arm {
|
namespace Arm {
|
||||||
|
|
||||||
|
struct LocationDescriptor;
|
||||||
|
|
||||||
using MemoryRead32FuncType = u32 (*)(u32 vaddr);
|
using MemoryRead32FuncType = u32 (*)(u32 vaddr);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue