index
:
replicant/core
GNUtoo/history/14-07-2019
GNUtoo/history/devtmpfs-debug-wip
GNUtoo/lineage-16.0-base
GNUtoo/modem-i9300
master
replicant-9
Patches not merged yet, used for building and testing them
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
debuggerd
/
vfp-crasher.c
blob: 7a19cdd8e065c728744733add3c0ae5676bebe88 (
plain
)
1
2
3
4
5
6
7
int
main
()
{
extern
void
crash
(
void
);
crash
();
return
0
;
}