syscalls/__init__: log which syscall is made
authorJacob Lifshay <programmerjake@gmail.com>
Sun, 3 Dec 2023 08:42:51 +0000 (00:42 -0800)
committerJacob Lifshay <programmerjake@gmail.com>
Mon, 4 Dec 2023 06:32:30 +0000 (22:32 -0800)
commiteb29943539adb48d56cce64d9f8922167a36c290
treef092d773ff02ad94ec4f0e9f4dc13090f907d6d1
parent320abb5e78a1e9ae7b8052308bb4dfd6498ae562
syscalls/__init__: log which syscall is made

this is very handy when looking at logs, since you no longer have to
manually translate syscall numbers to syscall names.
src/openpower/syscalls/__init__.py