New SYSCALL macro
commit4cd5596e05175b9baae1c160b7edf86ad2b15f07
authorCTurt <cturt@users.noreply.github.com>
Sat, 26 Sep 2015 18:06:05 +0000 (26 19:06 +0100)
committerCTurt <cturt@users.noreply.github.com>
Sat, 26 Sep 2015 18:06:05 +0000 (26 19:06 +0100)
tree65866d7e61143cb2f9d642cc6eba6b727959571f
parentd1183dc4759d3e93604e8a32f00c851bbbbd35ea
New SYSCALL macro

Doesn't depend on going through syscall 0 - so can have 6 arguments.
Source files are also much cleaner since the function declaration only
needs to appear in headers.
13 files changed:
libPS4/Makefile
libPS4/include/syscall.h
libPS4/source/barrier.c
libPS4/source/camera.c
libPS4/source/eventflag.c
libPS4/source/file.c
libPS4/source/kernel.c
libPS4/source/memory.c
libPS4/source/module.c
libPS4/source/registry.c
libPS4/source/semaphore.c
libPS4/source/syscall.s
libPS4/source/unknown.c