From 441220dd0494def77322d27309f58087677ca528 Mon Sep 17 00:00:00 2001 From: pancake Date: Fri, 9 Dec 2016 15:12:18 +0100 Subject: [PATCH] hwstep is possible on all linux-x86-64.. dunno why this canstep --- libr/debug/p/debug_native.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libr/debug/p/debug_native.c b/libr/debug/p/debug_native.c index 614b493433..713cd7ebc3 100755 --- a/libr/debug/p/debug_native.c +++ b/libr/debug/p/debug_native.c @@ -1505,11 +1505,7 @@ RDebugPlugin r_debug_plugin_native = { #elif __x86_64__ .bits = R_SYS_BITS_32 | R_SYS_BITS_64, .arch = "x86", -#if __linux__ - .canstep = 0, // XXX it's 1 on some platforms... -#else .canstep = 1, // XXX it's 1 on some platforms... -#endif #elif __aarch64__ || __arm64__ .bits = R_SYS_BITS_16 | R_SYS_BITS_32 | R_SYS_BITS_64, .arch = "arm",