Skip to content
Snippets Groups Projects
Commit 5a7fb296 authored by Petr Rockai's avatar Petr Rockai
Browse files

test: Fix an unintended invalid pointer dereference in a DiOS API testcase.

parent fa6087b6
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ void routine( void * x )
while( !start );
int *tls = getTls( __dios_this_task() );
*tls = 42;
__dios_suicide();
while ( 1 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment