* src/vm/exceptions.c (exceptions_print_exception): Fixed typo.
authortwisti <none@none>
Mon, 13 Aug 2007 19:01:52 +0000 (19:01 +0000)
committertwisti <none@none>
Mon, 13 Aug 2007 19:01:52 +0000 (19:01 +0000)
src/vm/exceptions.c

index e8e44651eea2472bbaf60a89933e72e83fb01045..e9743c11261a91d977bfa75a953f51893f7e2872 100644 (file)
@@ -22,7 +22,7 @@
    Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    02110-1301, USA.
 
-   $Id: exceptions.c 8296 2007-08-11 22:38:38Z pm $
+   $Id: exceptions.c 8303 2007-08-13 19:01:52Z twisti $
 
 */
 
@@ -1947,7 +1947,7 @@ void exceptions_print_exception(java_handle_t *xptr)
        }
 
 #if defined(ENABLE_JAVASE)
-       LLNI_field_set_ref(t, cause, cause);
+       LLNI_field_get_ref(t, cause, cause);
 #endif
 
        /* print the root exception */