1: /*
2: *----------------------------------------------------------------------
3: * T-Kernel 2.0 Software Package
4: *
5: * Copyright 2011 by Ken Sakamura.
6: * This software is distributed under the latest version of T-License 2.x.
7: *----------------------------------------------------------------------
8: *
9: * Released by T-Engine Forum(http://www.t-engine.org/) at 2011/05/17.
10: * Modified by TRON Forum(http://www.tron.org/) at 2015/06/01.
11: *
12: *----------------------------------------------------------------------
13: */
14:
15: /*
16: * @(#)tm_monitor.S (libtm)
17: *
18: * Enter monitor
19: */
20: #define _in_asm_source_
21:
22: #include "tmon.h"
23:
24: /*
25: * void tm_monitor( void )
26: */
27: TMCALL(tm_monitor, TM_MONITOR)