Skip to content

Commit fc4f9f7

Browse files
josesimoesaromaa
authored andcommitted
Improve CLR exit (#2487)
1 parent 49e5b28 commit fc4f9f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/netcore/nanoFramework.nanoCLR/CLRStartup.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,8 @@ void ClrStartup(CLR_SETTINGS params)
637637
}
638638
else
639639
{
640-
CPU_Reset();
640+
// equivalent to CPU_Reset();
641+
break;
641642
}
642643
}
643644

0 commit comments

Comments
 (0)