changeset 1641:ea9d66cbd06d

2009-07-16 Matthias Klose <doko@ubuntu.com> * ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp (native_entry): Don't initialize `mirror'.
author doko@ubuntu.com
date Thu, 16 Jul 2009 15:34:14 +0200
parents 914f2022b402
children d20bab985f89
files ChangeLog ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jul 15 17:54:49 2009 +0200
+++ b/ChangeLog	Thu Jul 16 15:34:14 2009 +0200
@@ -1,4 +1,9 @@
-2009-06-23  Edward Nevill  <enevill@arm.com>
+2009-07-16  Matthias Klose  <doko@ubuntu.com>
+
+	* ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp (native_entry):
+	Don't initialize `mirror'.
+
+2009-07-15  Edward Nevill  <enevill@arm.com>
 	    Matthias Klose  <doko@ubuntu.com>
 
 	* ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp (native_entry):
--- a/ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp	Wed Jul 15 17:54:49 2009 +0200
+++ b/ports/hotspot/src/cpu/zero/vm/cppInterpreter_zero.cpp	Thu Jul 16 15:34:14 2009 +0200
@@ -247,7 +247,7 @@
     Unimplemented();
   }
   void **arguments;
-  void *mirror = NULL;
+  void *mirror;
   {
     arguments =
       (void **) stack->alloc(handler->argument_count() * sizeof(void **));