Loading...
Searching...
No Matches
13#include "DebugServer2/Base.h"
16#include "DebugServer2/Architecture/ARM/Registers.h"
17#elif defined(ARCH_ARM64)
18#include "DebugServer2/Architecture/ARM/Registers.h"
19#include "DebugServer2/Architecture/ARM64/Registers.h"
20#elif defined(ARCH_X86)
21#include "DebugServer2/Architecture/I386/Registers.h"
22#elif defined(ARCH_X86_64)
23#include "DebugServer2/Architecture/I386/Registers.h"
24#include "DebugServer2/Architecture/X86_64/Registers.h"
26#error "Architecture not supported."