From af9475fd3db753c437ff63a4630559b1ff63a8c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Mon, 3 Aug 2009 19:53:17 +0000 Subject: [PATCH] Initialize args.arguments on ARM too. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32100 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/boot/platform/u-boot/start2.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/boot/platform/u-boot/start2.c b/src/system/boot/platform/u-boot/start2.c index ae77c6ae24..a196c3cae2 100644 --- a/src/system/boot/platform/u-boot/start2.c +++ b/src/system/boot/platform/u-boot/start2.c @@ -102,6 +102,7 @@ start2(void) // call C++ constructors before doing anything else call_ctors(); args.heap_size = HEAP_SIZE; + args.arguments = NULL; serial_init();