Bobby Bruce has uploaded this change for review. ( https://gem5-review.googlesource.com/c/public/gem5/+/64772?usp=email )

Change subject: arch-x86: Ignore Linux X86-64 syscall 334 "rseq"
......................................................................

arch-x86: Ignore Linux X86-64 syscall 334 "rseq"

Change-Id: Ibfba48de7d24e582a55bc6f2a9535891c42e89f7
---
M src/arch/x86/linux/syscall_tbl64.cc
1 file changed, 10 insertions(+), 1 deletion(-)



diff --git a/src/arch/x86/linux/syscall_tbl64.cc b/src/arch/x86/linux/syscall_tbl64.cc
index f239917..1f5638d 100644
--- a/src/arch/x86/linux/syscall_tbl64.cc
+++ b/src/arch/x86/linux/syscall_tbl64.cc
@@ -377,7 +377,7 @@
     { 331, "pkey_free" },
     { 332, "statx" },
     { 333, "io_pgetevents" },
-    { 334, "rseq" }
+    { 334, "rseq", ignoreFunc }
 };

 } // namespace X86ISA

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/64772?usp=email To unsubscribe, or for help writing mail filters, visit https://gem5-review.googlesource.com/settings

Gerrit-Project: public/gem5
Gerrit-Branch: develop
Gerrit-Change-Id: Ibfba48de7d24e582a55bc6f2a9535891c42e89f7
Gerrit-Change-Number: 64772
Gerrit-PatchSet: 1
Gerrit-Owner: Bobby Bruce <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
gem5-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to