no need to force inline

This commit is contained in:
Gwenhael Le Moine 2024-06-12 09:14:54 +02:00
parent 9a85ee3121
commit dc6fc8765a
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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;