blob: bf6a5c78a570975efefe0d1c6fa58d7aa912a3a5 [file] [log] [blame]
#include <stdint.h>
#include "../hf_test.h"
#include "vmapi/hf/call.h"
uint8_t kstack[4096] __attribute__((aligned(4096)));
void kmain(void)
{
for (;;) {
/* Do nothing. */
}
}