New SYSCALL macro
commit39008fcd02c03be310c1be00f702a46ca616fe9f
authorCTurt <ertl.chris@gmail.com>
Sat, 26 Sep 2015 18:06:05 +0000 (26 19:06 +0100)
committerCTurt <ertl.chris@gmail.com>
Sat, 26 Sep 2015 18:06:05 +0000 (26 19:06 +0100)
tree65866d7e61143cb2f9d642cc6eba6b727959571f
parent1abb115dff77b3ac05379eadfbec2d1f0cac34e6
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