no need to force inline
This commit is contained in:
parent
9a85ee3121
commit
dc6fc8765a
1 changed files with 1 additions and 1 deletions
|
@ -2511,7 +2511,7 @@ void step_instruction( void )
|
|||
enter_debugger |= ILLEGAL_INSTRUCTION;
|
||||
}
|
||||
|
||||
inline void schedule( void )
|
||||
void schedule( void )
|
||||
{
|
||||
t1_t2_ticks ticks;
|
||||
unsigned long steps;
|
||||
|
|
Loading…
Reference in a new issue