Gabe Black has submitted this change. ( https://gem5-review.googlesource.com/c/public/gem5/+/53206 )

Change subject: arch-x86: Hook up the newfstatat system call for 64 bit Linux.
......................................................................

arch-x86: Hook up the newfstatat system call for 64 bit Linux.

Jira Issue: https://gem5.atlassian.net/browse/GEM5-1117

Change-Id: I711fc7d7009621bb317981293725416ae74d1d3d
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/53206
Tested-by: kokoro <noreply+kok...@google.com>
Reviewed-by: Bobby Bruce <bbr...@ucdavis.edu>
Maintainer: Bobby Bruce <bbr...@ucdavis.edu>
---
M src/arch/x86/linux/syscall_tbl64.cc
1 file changed, 16 insertions(+), 1 deletion(-)

Approvals:
  Bobby Bruce: Looks good to me, approved; Looks good to me, approved
  kokoro: Regressions pass




diff --git a/src/arch/x86/linux/syscall_tbl64.cc b/src/arch/x86/linux/syscall_tbl64.cc
index aef7c2f..27ee8ec 100644
--- a/src/arch/x86/linux/syscall_tbl64.cc
+++ b/src/arch/x86/linux/syscall_tbl64.cc
@@ -309,7 +309,7 @@
     { 259, "mknodat", mknodatFunc<X86Linux64> },
     { 260, "fchownat", fchownatFunc<X86Linux64> },
     { 261, "futimesat", futimesatFunc<X86Linux64> },
-    { 262, "newfstatat" },
+    { 262, "newfstatat", newfstatatFunc<X86Linux64> },
     { 263, "unlinkat", unlinkatFunc<X86Linux64> },
     { 264, "renameat", renameatFunc<X86Linux64> },
     { 265, "linkat" },

--
To view, visit https://gem5-review.googlesource.com/c/public/gem5/+/53206
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: I711fc7d7009621bb317981293725416ae74d1d3d
Gerrit-Change-Number: 53206
Gerrit-PatchSet: 3
Gerrit-Owner: Gabe Black <gabe.bl...@gmail.com>
Gerrit-Reviewer: Bobby Bruce <bbr...@ucdavis.edu>
Gerrit-Reviewer: Gabe Black <gabe.bl...@gmail.com>
Gerrit-Reviewer: Giacomo Travaglini <giacomo.travagl...@arm.com>
Gerrit-Reviewer: Matt Sinclair <mattdsincl...@gmail.com>
Gerrit-Reviewer: kokoro <noreply+kok...@google.com>
Gerrit-MessageType: merged
_______________________________________________
gem5-dev mailing list -- gem5-dev@gem5.org
To unsubscribe send an email to gem5-dev-le...@gem5.org
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s

Reply via email to