arch-arm: Add existing at impl to ArmLinux32 Syscall Table
Change-Id: Ia1e7cb02ce9513e6ef5d7037dafc84fbd52b8504 Signed-off-by: Giacomo Travaglini <giacomo.travaglini@arm.com> Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/51049 Maintainer: Bobby R. Bruce <bbruce@ucdavis.edu> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Richard Cooper <richard.cooper@arm.com>
This commit is contained in:
@@ -450,13 +450,13 @@ class SyscallTable32 : public SyscallDescTable<EmuLinux::SyscallABI32>
|
||||
{ base + 325, "fchownat" },
|
||||
{ base + 326, "futimesat" },
|
||||
{ base + 327, "fstatat64" },
|
||||
{ base + 328, "unlinkat" },
|
||||
{ base + 329, "renameat" },
|
||||
{ base + 328, "unlinkat", unlinkatFunc<ArmLinux32> },
|
||||
{ base + 329, "renameat", renameatFunc<ArmLinux32> },
|
||||
{ base + 330, "linkat" },
|
||||
{ base + 331, "symlinkat" },
|
||||
{ base + 332, "readlinkat" },
|
||||
{ base + 332, "readlinkat", readlinkatFunc<ArmLinux32> },
|
||||
{ base + 333, "fchmodat" },
|
||||
{ base + 334, "faccessat" },
|
||||
{ base + 334, "faccessat", faccessatFunc<ArmLinux32> },
|
||||
{ base + 335, "pselect6" },
|
||||
{ base + 336, "ppoll" },
|
||||
{ base + 337, "unshare" },
|
||||
|
||||
Reference in New Issue
Block a user