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>
Wed, 13 Dec 2023 00:59:12 +0000 (16:59 -0800)
commit230c545fa5bc05f4cf10ad986b4b939a6227d381
tree0722cd6832a765f8a7aea371da715bd55cab2ead
parentfb46d9cdc3e06f09eb77492f025f53c2890f1455
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