Skip to content
This repository has been archived by the owner on Oct 13, 2019. It is now read-only.

Commit

Permalink
Update memory.c
Browse files Browse the repository at this point in the history
  • Loading branch information
CTurt committed Apr 16, 2016
1 parent b47e8c3 commit 8e3575c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libPS4/source/memory.c
Expand Up @@ -4,6 +4,7 @@

SYSCALL(mmap, 477);
SYSCALL(munmap, 73);
SYSCALL(mprotect, 74);
SYSCALL(msync, 65);

SYSCALL(getMemoryInfo, 547);
Expand Down

0 comments on commit 8e3575c

Please sign in to comment.