Initialize args.arguments on ARM too.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32100 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -102,6 +102,7 @@ start2(void)
|
|||||||
// call C++ constructors before doing anything else
|
// call C++ constructors before doing anything else
|
||||||
call_ctors();
|
call_ctors();
|
||||||
args.heap_size = HEAP_SIZE;
|
args.heap_size = HEAP_SIZE;
|
||||||
|
args.arguments = NULL;
|
||||||
|
|
||||||
|
|
||||||
serial_init();
|
serial_init();
|
||||||
|
|||||||
Reference in New Issue
Block a user