[Scummvm-cvs-logs] SF.net SVN: scummvm:[54968] tools/trunk/decompiler/engine.h
jvprat at users.sourceforge.net
jvprat at users.sourceforge.net
Mon Dec 20 00:15:35 CET 2010
Revision: 54968
http://scummvm.svn.sourceforge.net/scummvm/?rev=54968&view=rev
Author: jvprat
Date: 2010-12-19 23:15:34 +0000 (Sun, 19 Dec 2010)
Log Message:
-----------
DECOMPILER: Remove the a leftover from refactoring.
Modified Paths:
--------------
tools/trunk/decompiler/engine.h
Modified: tools/trunk/decompiler/engine.h
===================================================================
--- tools/trunk/decompiler/engine.h 2010-12-19 20:58:45 UTC (rev 54967)
+++ tools/trunk/decompiler/engine.h 2010-12-19 23:15:34 UTC (rev 54968)
@@ -80,14 +80,6 @@
virtual Disassembler *getDisassembler(InstVec &insts) = 0;
/**
- * Decode a jump instruction to get the destination address.
- *
- * @param it Iterator pointing to the instruction to decode.
- * @return The destination address of the jump instruction.
- */
- uint32 getDestAddress(ConstInstIterator it) const;
-
- /**
* Retrieve the code generator for the engine.
*
* @param output The std::ostream to output the code to.
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