mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
Fix some more tabs. Parse the "Simulated exit code not 0!" string in gem5 and exit with the proper status
7 lines
67 B
C
7 lines
67 B
C
#include <common.h>
|
|
|
|
int main(void) {
|
|
common_assert_fail();
|
|
}
|
|
|