mirror of
https://github.com/vivier/EMILE.git
synced 2025-01-02 21:30:29 +00:00
remove bootstrap_size for ARCH_PPC
This commit is contained in:
parent
da4ce9585c
commit
c7c53e03bf
@ -59,10 +59,9 @@ void enter_kernel_init(void)
|
||||
#ifdef ARCH_PPC
|
||||
if (arch_type == gestaltPowerPC)
|
||||
{
|
||||
enter_kernel = NULL;
|
||||
end_enter_kernel = NULL;
|
||||
disable_cache = NULL;
|
||||
bootstrap_size = 0;
|
||||
enter_kernel = 0;
|
||||
end_enter_kernel = 0;
|
||||
disable_cache = 0;
|
||||
}
|
||||
else
|
||||
error("EMILE doesn't support your architecture");
|
||||
|
Loading…
Reference in New Issue
Block a user