silence debug

This commit is contained in:
Kalamatee 2023-04-23 15:02:57 +01:00 committed by deadwood
parent 96d9f8dc05
commit 23dfc0ec50
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ static int cpu_Init(struct KernelBase *KernelBase)
{
APTR tmp = AllocMem(KernelBase->kb_ContextSize - sizeof(struct AROSCPUContext), MEMF_PUBLIC);
KernelBase->kb_PlatformData->kb_FXCtx = (APTR)(AROS_ROUNDUP2((IPTR)tmp, 64));
bug("[Kernel] %s: IRQ FPU Save @ 0x%p\n", __func__, KernelBase->kb_PlatformData->kb_FXCtx);
D(bug("[Kernel] %s: IRQ FPU Save @ 0x%p\n", __func__, KernelBase->kb_PlatformData->kb_FXCtx);)
}
#endif
D(bug("[Kernel] %s: CPU Context size = %u bytes\n", __func__, KernelBase->kb_ContextSize);)