8 lines
78 B
C
8 lines
78 B
C
#include <arch/brute.h>
|
|
|
|
ATTR_NORETURN void
|
|
arch_brute()
|
|
{
|
|
while (1) {}
|
|
}
|