xref: /haiku/src/system/libroot/os/arch/m68k/system_time_asm.S (revision 4c8e85b316c35a9161f5a1c50ad70bc91c83a76f)
1/*
2** Copyright 2003, Axel D�fler, axeld@pinc-software.de. All rights reserved.
3** Distributed under the terms of the MIT License.
4*/
5
6#include <asm_defs.h>
7
8.text
9
10/* int64 __m68k_get_time_base(void)
11 */
12#if 0
13FUNCTION(__m68k_get_time_base):
14#warning M68K: implement __m68k_get_time_base()
15		clr.l	%d0
16		clr.l	%d1
17		rts
18FUNCTION_END(__m68k_get_time_base)
19#endif
20