Clarified output, so that you don't have to wait forever.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8562 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2004-08-13 19:29:08 +00:00
parent c06b6654f3
commit 5a2358d4ea
+1 -1
View File
@@ -397,7 +397,7 @@ int main(int argc, char **argv)
thread_id id;
static double f[5] = { 2.43, 5.23, 342.34, 234123.2, 1.4 };
printf("spawning a few floating point crunchers\n");
printf("spawning a few floating point crunchers (press key to continue)\n");
id = spawn_thread(&fpu_cruncher_thread, "fpu thread0", B_NORMAL_PRIORITY, &f[0]);
resume_thread(id);