/[rtmk]/rtmk/syscalls.c
ViewVC logotype

Diff of /rtmk/syscalls.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jrydberg, Thu Dec 13 02:09:38 2001 UTC revision 1.3 by jrydberg, Mon Jan 7 02:25:24 2002 UTC
# Line 34  syscall_testsuite_result (void *aux) Line 34  syscall_testsuite_result (void *aux)
34    struct testsuite_result_args *args = (struct testsuite_result_args *) aux;    struct testsuite_result_args *args = (struct testsuite_result_args *) aux;
35    
36    if (args->result_code == 0)    if (args->result_code == 0)
37      printf ("Testcase succeeded!\n");      printf ("Testcase succeeded on CPU %d!\n", CPU_CURRENT ());
38    else    else
39      printf ("Testcase failed with error code %d\n",      printf ("Testcase failed with error code %d\n",
40              args->result_code);              args->result_code);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26