mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-07 22:03:13 +00:00
Do not include coredump.h for non x86
This commit is contained in:
parent
c7f1f7a87b
commit
24c0dfc961
@ -63,7 +63,9 @@ static int r_debug_native_reg_write (RDebug *dbg, int type, const ut8* buf, int
|
||||
|
||||
#elif __linux__
|
||||
#include "native/linux/linux_debug.h"
|
||||
#if __x86_64__
|
||||
#include "native/linux/linux_coredump.h"
|
||||
#endif
|
||||
#else // OS
|
||||
|
||||
#warning Unsupported debugging platform
|
||||
|
Loading…
Reference in New Issue
Block a user