Nicholas Nethercote 7f3bdeb30e Add some cases to darwin/scalar.c, and tweak the macros used a little.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10298
2009-06-11 00:59:06 +00:00

13 lines
117 B
C

#include "scalar.h"
int main(void)
{
int res;
GO(__NR_fork, 2, "0e");
SY(__NR_fork);
return(0);
}