Fake system_time() for now.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@23477 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
c302a6742b
commit
2ac7892801
@ -65,6 +65,14 @@ check_cpu_features()
|
||||
return B_OK;
|
||||
}
|
||||
|
||||
#warning M68K: move and implement system_time()
|
||||
static bigtime_t gSystemTimeCounter = 0; //HACK
|
||||
extern "C" bigtime_t
|
||||
system_time(void)
|
||||
{
|
||||
return gSystemTimeCounter++;
|
||||
}
|
||||
|
||||
|
||||
// #pragma mark -
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user