mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
Comment unreachable code in abort.cpp
This commit is contained in:
parent
5f195c9d8a
commit
0dca81990b
@ -52,8 +52,8 @@ void panic(const char* format, ...)
|
||||
if ( stop_at_panic ) {
|
||||
VA_LIST va;
|
||||
VA_START(va, format);
|
||||
panic_(format, va);
|
||||
VA_END(va);
|
||||
panic_(format, va); // panic doesn't return
|
||||
//VA_END(va);
|
||||
}else{
|
||||
i_have_panicked = true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user