hwstep is possible on all linux-x86-64.. dunno why this canstep

This commit is contained in:
pancake 2016-12-09 15:12:18 +01:00
parent 1b996d765b
commit 441220dd04

View File

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