# Node ID 8e08fe8d8ed2f6b7736bb508efb0e8c72fef82ae # Parent e1156ef2d11c83bbe3b48cc807b44b6603870c28 diff --git a/src/sim/syscall_emul.hh b/src/sim/syscall_emul.hh --- a/src/sim/syscall_emul.hh +++ b/src/sim/syscall_emul.hh @@ -707,7 +707,7 @@ int index = 0; TypedBufferArg - sysinfo(process->getSyscallArg(tc, index)); + sysinfo(process->getSyscallArg(tc, index)); sysinfo->uptime=seconds_since_epoch; sysinfo->totalram=process->system->memSize(); @@ -915,7 +915,7 @@ int index = 0; int dirfd = process->getSyscallArg(tc, index); if (dirfd != OS::TGT_AT_FDCWD) - warn("openat: first argument not AT_FDCWD; unlikely to work"); + warn("fstatat64: first argument not AT_FDCWD; unlikely to work"); std::string path; if (!tc->getMemProxy().tryReadString(path,