[Scummvm-cvs-logs] SF.net SVN: scummvm:[52113] tools/branches/gsoc2010-decompiler/decompiler/ instruction.h
lordhoto at users.sourceforge.net
lordhoto at users.sourceforge.net
Mon Aug 16 11:16:09 CEST 2010
Revision: 52113
http://scummvm.svn.sourceforge.net/scummvm/?rev=52113&view=rev
Author: lordhoto
Date: 2010-08-16 09:16:08 +0000 (Mon, 16 Aug 2010)
Log Message:
-----------
Decompiler: Formatting fix.
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-08-16 08:41:04 UTC (rev 52112)
+++ tools/branches/gsoc2010-decompiler/decompiler/instruction.h 2010-08-16 09:16:08 UTC (rev 52113)
@@ -43,7 +43,7 @@
kJumpRelInstType, ///< Unconditional jump (relative address).
kLoadInstType, ///< Load value to stack.
kReturnInstType, ///< Return from regular function call.
- kSpecialCallInstType, ///< Special functions.
+ kSpecialCallInstType, ///< Special functions.
kStackInstType, ///< Stack allocation or deallocation (altering stack pointer).
kStoreInstType, ///< Store value from stack in memory.
kUnaryOpPreInstType, ///< Unary operation (e.g. !) with operator placed before the operator.
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