Do not include coredump.h for non x86

This commit is contained in:
Anton Kochkov 2016-06-02 08:07:12 +03:00
parent c7f1f7a87b
commit 24c0dfc961

View File

@ -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