From f15586cb60ce1b180374264ad9a2d13bd5c6a98c Mon Sep 17 00:00:00 2001 From: hsc Date: Wed, 21 Mar 2012 18:40:23 +0000 Subject: [PATCH] fixed compiler warning git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1007 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- core/SAL/Memory.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/SAL/Memory.cc b/core/SAL/Memory.cc index ac9c0573..fbd2a786 100644 --- a/core/SAL/Memory.cc +++ b/core/SAL/Memory.cc @@ -8,5 +8,5 @@ namespace sal { - const guest_address_t ADDR_INV = NULL; + const guest_address_t ADDR_INV = 0; }