view src/init_kernel_context.cbc @ 384:287581b5d348

add init_kernel_context.cbc
author anatofuz
date Tue, 21 Jul 2020 14:31:11 +0900
parents
children
line wrap: on
line source

#include "context.h"

void initKernelContext(struct KernelContext* kernel_context) {
    kernel_context->panicked = 0;
}