root/src/system/libroot/os/arch/m68k/system_time_asm.S
/*
** Copyright 2003, Axel D�fler, axeld@pinc-software.de. All rights reserved.
** Distributed under the terms of the MIT License.
*/

#include <asm_defs.h>

.text

/* int64 __m68k_get_time_base(void)
 */
#if 0
FUNCTION(__m68k_get_time_base):
#warning M68K: implement __m68k_get_time_base()
                clr.l   %d0
                clr.l   %d1
                rts
FUNCTION_END(__m68k_get_time_base)
#endif