From ecedc3806e906f1b2b2b99351c548b7f55ff4a94 Mon Sep 17 00:00:00 2001 From: NicJA Date: Tue, 28 Feb 2017 02:35:05 +0000 Subject: [PATCH] turn off debug... git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53949 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- arch/all-pc/kernel/platform_post.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/all-pc/kernel/platform_post.c b/arch/all-pc/kernel/platform_post.c index 3c445e7102..06f54bc348 100644 --- a/arch/all-pc/kernel/platform_post.c +++ b/arch/all-pc/kernel/platform_post.c @@ -26,7 +26,7 @@ #include "apic.h" #include "smp.h" -#define D(x) x +#define D(x) /* * This file contains code that is run once Exec has been brought up - and is launched -- 2.11.4.GIT