* src/vm/javaobjects.hpp (FieldAccess::get): Typo, return handle.
authorChristian Thalinger <twisti@complang.tuwien.ac.at>
Mon, 18 Aug 2008 16:42:36 +0000 (12:42 -0400)
committerChristian Thalinger <twisti@complang.tuwien.ac.at>
Mon, 18 Aug 2008 16:42:36 +0000 (12:42 -0400)
src/vm/javaobjects.hpp

index 7253e44b6bc46a8204132af2d81137b40e7e1ce7..c8f25a5d6ec068880dfb413062aff2b1e3917609 100644 (file)
@@ -124,7 +124,7 @@ template<> inline java_handle_t* FieldAccess::get(java_handle_t* h, const off_t
        // gc->leave_critical();
        LLNI_CRITICAL_END;
 
-       return result;
+       return hresult;
 }