[Scummvm-cvs-logs] SF.net SVN: scummvm:[51803] tools/branches/gsoc2010-decompiler/decompiler/ scummv6/codegen.cpp

pidgeot at users.sourceforge.net pidgeot at users.sourceforge.net
Fri Aug 6 23:06:16 CEST 2010


Revision: 51803
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51803&view=rev
Author:   pidgeot
Date:     2010-08-06 21:06:16 +0000 (Fri, 06 Aug 2010)

Log Message:
-----------
DECOMPILER: Remove old TODO

Modified Paths:
--------------
    tools/branches/gsoc2010-decompiler/decompiler/scummv6/codegen.cpp

Modified: tools/branches/gsoc2010-decompiler/decompiler/scummv6/codegen.cpp
===================================================================
--- tools/branches/gsoc2010-decompiler/decompiler/scummv6/codegen.cpp	2010-08-06 21:01:17 UTC (rev 51802)
+++ tools/branches/gsoc2010-decompiler/decompiler/scummv6/codegen.cpp	2010-08-06 21:06:16 UTC (rev 51803)
@@ -35,8 +35,6 @@
 }
 
 void Scumm::v6::CodeGenerator::processInst(const Instruction inst) {
-	// TODO
-
 	// This is just to keep some order in this code and have related
 	// opcodes near each other. It's not strictly necessary, because we
 	// can just look directly at the opcode, but this should be easier


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