> On août 26, 2016, 4:31 après-midi, Brandon Potter wrote: > > src/arch/x86/linux/process.cc, line 438 > > <http://reviews.gem5.org/r/3583/diff/5/?file=57798#file57798line438> > > > > What is the reasoning behind this change? > > > > The system calls are defined by what the Linux kernel has set for them; > > we can't arbitrarily decide to alter the call to a different variant.
It was a typing error, I wanted to set "getdents64" and getdents64Func. - Nicolas ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/3583/#review8689 ----------------------------------------------------------- On août 26, 2016, 12:10 après-midi, Nicolas Derumigny wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://reviews.gem5.org/r/3583/ > ----------------------------------------------------------- > > (Updated août 26, 2016, 12:10 après-midi) > > > Review request for Default. > > > Repository: gem5 > > > Description > ------- > > syscall_emul: Added getdents and getdents64 syscalls > > > Diffs > ----- > > src/arch/x86/linux/process.cc ba45735a726a > src/sim/syscall_emul.hh ba45735a726a > src/sim/syscall_emul.cc ba45735a726a > > Diff: http://reviews.gem5.org/r/3583/diff/ > > > Testing > ------- > > Works with readdir() wrapper, tested with CERE codelets > (https://github.com/benchmark-subsetting/cere). > > > Thanks, > > Nicolas Derumigny > > _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
