You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by gs...@apache.org on 2007/04/05 19:58:09 UTC

svn commit: r525918 - /harmony/enhanced/drlvm/trunk/vm/include/interpreter_exports.h

Author: gshimansky
Date: Thu Apr  5 10:58:09 2007
New Revision: 525918

URL: http://svn.apache.org/viewvc?view=rev&rev=525918
Log:
One more file change for commit 525916


Modified:
    harmony/enhanced/drlvm/trunk/vm/include/interpreter_exports.h

Modified: harmony/enhanced/drlvm/trunk/vm/include/interpreter_exports.h
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/include/interpreter_exports.h?view=diff&rev=525918&r1=525917&r2=525918
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/include/interpreter_exports.h (original)
+++ harmony/enhanced/drlvm/trunk/vm/include/interpreter_exports.h Thu Apr  5 10:58:09 2007
@@ -304,8 +304,9 @@
 /**
  * Dumps the stack.
  *
+ * @param file - File to dump stack to
  * @param thread - the pointer to the thread*/
-    void (*stack_dump) (VM_thread*);
+   void (*stack_dump) (FILE *, VM_thread*);
 
 } Interpreter;