mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-28 12:34:26 +01:00
baremetal: exit at the end of main instead of infinite loop
run: interpret lkmc_test_fail as the last line of test as an error
This commit is contained in:
3
baremetal/return.c
Normal file
3
baremetal/return.c
Normal file
@@ -0,0 +1,3 @@
|
||||
void main(void) {
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user