⛏️ index : haiku.git

/*
** 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