M7350/system/core/debuggerd/vfp-crasher.c
2024-09-09 08:52:07 +00:00

8 lines
66 B
C

int main()
{
extern void crash(void);
crash();
return 0;
}