We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a13e1 commit 0ca8a95Copy full SHA for 0ca8a95
Sources/Target/POSIX/Thread.cpp
@@ -76,7 +76,7 @@ ErrorCode Thread::suspend() {
76
return kSuccess;
77
}
78
79
-#if defined(ARCH_ARM)
+#if !(defined(ARCH_X86) || defined(ARCH_X86_64) || defined(ARCH_ARM64))
80
ErrorCode Thread::step(int signal, Address const &address) {
81
if (_state == kInvalid || _state == kRunning) {
82
return kErrorInvalidArgument;
0 commit comments