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

pidgeot at users.sourceforge.net pidgeot at users.sourceforge.net
Sun Aug 8 00:20:28 CEST 2010


Revision: 51844
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51844&view=rev
Author:   pidgeot
Date:     2010-08-07 22:20:28 +0000 (Sat, 07 Aug 2010)

Log Message:
-----------
DECOMPILER: Update a doxygen comment

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

Modified: tools/branches/gsoc2010-decompiler/decompiler/engine.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/engine.h	2010-08-07 21:47:50 UTC (rev 51843)
+++ tools/branches/gsoc2010-decompiler/decompiler/engine.h	2010-08-07 22:20:28 UTC (rev 51844)
@@ -34,7 +34,7 @@
 struct Function {
 public:
 	ConstInstIterator _startIt; ///< Iterator to of the first instruction in the function, if available.
-	ConstInstIterator _endIt;   ///< Iterator to the instruction immediately after the function, similar to end() on STL containers, if available.
+	ConstInstIterator _endIt;   ///< Iterator to the instruction immediately after the function, similar to end() on STL containers. If _endIt == _startIt, the function endpoint is assumed to be unknown.
 	std::string _name;          ///< Function name.
 	GraphVertex _v;             ///< Graph vertex for the entry point to the function.
 	uint32 _args;               ///< Number of arguments to the function.


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