mirror of
https://github.com/radareorg/radare2.git
synced 2024-11-23 05:09:43 +00:00
Fix debugger build
This commit is contained in:
parent
25924c3c8e
commit
d93330479d
@ -1,9 +1,13 @@
|
||||
/* radare - LGPL - Copyright 2009-2022 - pancake */
|
||||
|
||||
#include <r_userconf.h>
|
||||
#include <r_debug.h>
|
||||
#include <r_drx.h>
|
||||
#include <r_asm.h>
|
||||
#include <r_core.h>
|
||||
#include <r_reg.h>
|
||||
#include <r_lib.h>
|
||||
#include <r_anal.h>
|
||||
#include <signal.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
|
@ -14,6 +14,8 @@ enum {
|
||||
|
||||
#if __i386__ || __x86_64__
|
||||
#define NUM_DRX_REGISTERS 8
|
||||
#else
|
||||
#define NUM_DRX_REGISTERS 0
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user