[Scummvm-cvs-logs] SF.net SVN: scummvm:[52020] tools/branches/gsoc2010-decompiler/decompiler/ codegen.h

pidgeot at users.sourceforge.net pidgeot at users.sourceforge.net
Thu Aug 12 02:16:20 CEST 2010


Revision: 52020
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52020&view=rev
Author:   pidgeot
Date:     2010-08-12 00:16:19 +0000 (Thu, 12 Aug 2010)

Log Message:
-----------
DECOMPILER: Add to doxygen comment for processInst

Modified Paths:
--------------
    tools/branches/gsoc2010-decompiler/decompiler/codegen.h

Modified: tools/branches/gsoc2010-decompiler/decompiler/codegen.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/codegen.h	2010-08-12 00:11:20 UTC (rev 52019)
+++ tools/branches/gsoc2010-decompiler/decompiler/codegen.h	2010-08-12 00:16:19 UTC (rev 52020)
@@ -372,7 +372,10 @@
 	EntryList _argList;    ///< Storage for lists of arguments to be built when processing function calls.
 
 	/**
-	 * Processes an instruction.
+	 * Processes an instruction in an engine-specific manner.
+	 * Called by process() to preprocess conditional jumps, process instructions
+	 * where engine-specific handling is explicitly requested, or the type is not
+	 * one of kBinaryOp, kDup, kJump(Rel), kReturn, kSpecial, or kUnaryOp.
 	 *
 	 * @param inst The instruction to process.
 	 */


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list