view src/impl/kernel_error.h @ 310:ba8687746ff6

impl kernel_error codes
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Thu, 06 Feb 2020 12:25:34 +0900
parents 2a35e8c6f67c
children
line wrap: on
line source

typedef struct KernelError <Type, Isa> impl ErrorGear {
  __code infinity_loop(Type* error_gear,__code next(...));
} KernelError;