[Scummvm-cvs-logs] SF.net SVN: scummvm:[54921] tools/branches/gsoc2010-decompiler/decompiler/ instruction.h
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Wed Dec 15 13:26:03 CET 2010
Revision: 54921
http://scummvm.svn.sourceforge.net/scummvm/?rev=54921&view=rev
Author: fingolfin
Date: 2010-12-15 12:26:03 +0000 (Wed, 15 Dec 2010)
Log Message:
-----------
DECOMPILER: Fix comment
Modified Paths:
--------------
tools/branches/gsoc2010-decompiler/decompiler/instruction.h
Modified: tools/branches/gsoc2010-decompiler/decompiler/instruction.h
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/instruction.h 2010-12-15 07:35:20 UTC (rev 54920)
+++ tools/branches/gsoc2010-decompiler/decompiler/instruction.h 2010-12-15 12:26:03 UTC (rev 54921)
@@ -158,10 +158,8 @@
/**
* Returns whether or not the instruction is a store operation.
*
- * @return True if the instruction is a load operation, otherwise false.
- *//**
- * Instruction performing a stack operation.
- */
+ * @return True if the instruction is a store operation, otherwise false.
+ */
virtual bool isStore() const;
/**
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