sst-elements
sst-elements copied to clipboard
MMAP Syscall Implementation in Vanadis
Hello! I'm trying to simulate a very basic program that's compiled with LLVM using Vanadis, and the simulation stops with an error message indicating that the MMAP syscall (code 222) is not implemented yet. I've also taken a look at the code in the current devel branch, and multiple syscalls are prepended with an "assert(0)", so I'm guessing they're still under construction? Is there a version in the repo that's able to simulate the MMAP syscall? Thank you very much!