xref: /haiku/src/system/libroot/os/arch/m68k/system_time_asm.S (revision e81a954787e50e56a7f06f72705b7859b6ab06d1)
1/*
2** Copyright 2003, Axel D�fler, axeld@pinc-software.de. All rights reserved.
3** Distributed under the terms of the OpenBeOS 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