From: <cap...@us...> - 2007-04-13 10:41:13
|
Revision: 34 http://svn.sourceforge.net/pearcolator/?rev=34&view=rev Author: captain5050 Date: 2007-04-13 03:41:13 -0700 (Fri, 13 Apr 2007) Log Message: ----------- Remove unparsable character Modified Paths: -------------- src/org/binarytranslator/arch/arm/decoder/ARM_InstructionDecoders.java Modified: src/org/binarytranslator/arch/arm/decoder/ARM_InstructionDecoders.java =================================================================== --- src/org/binarytranslator/arch/arm/decoder/ARM_InstructionDecoders.java 2007-04-13 09:02:45 UTC (rev 33) +++ src/org/binarytranslator/arch/arm/decoder/ARM_InstructionDecoders.java 2007-04-13 10:41:13 UTC (rev 34) @@ -376,7 +376,7 @@ return opcode; } - /** Returns true if the condition codes shall be set by this operation, false otherwise. \x80*/ + /** Returns true if the condition codes shall be set by this operation, false otherwise. */ public boolean updateConditionCodes() { return updateConditionCodes; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |