mirror of
https://github.com/wassname/ray.git
synced 2026-07-04 23:54:56 +08:00
Fix compilation error on ARM. (#3800)
This commit is contained in:
committed by
Robert Nishihara
parent
9af5a62e05
commit
931e6a2fc3
@@ -68,8 +68,7 @@ TEST(SignalTest, SIGILL_Test) {
|
||||
pid = fork();
|
||||
ASSERT_TRUE(pid >= 0);
|
||||
if (pid == 0) {
|
||||
// This code will cause SIGILL sent.
|
||||
asm("ud2");
|
||||
raise(SIGILL);
|
||||
} else {
|
||||
Sleep();
|
||||
RAY_LOG(ERROR) << "SIGILL_Test: kill pid " << pid
|
||||
|
||||
Reference in New Issue
Block a user