Deleted Added
full compact
27,29d26
< #else
< #define free(p) /* nullified */
< #define malloc(sz) NULL
36a34,39
> #ifdef _KERNEL
> static struct uwx_env uwx_env;
> #define free(p) /* nullified */
> #define malloc(sz) ((sz == sizeof(uwx_env)) ? &uwx_env : NULL)
> #endif
>
90a94
> env->remapped_ip = 0;