From e32850d300eda89b50bcb23eef4afdf073b23f20 Mon Sep 17 00:00:00 2001 From: jochen Date: Mon, 15 Mar 1999 17:56:43 +0000 Subject: [PATCH] Don't add "F" to floats git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@424 379699f6-c40d-0410-875b-85095c16579e --- jode/jode/decompiler/Opcodes.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jode/jode/decompiler/Opcodes.java b/jode/jode/decompiler/Opcodes.java index fa3056c..a8111fd 100644 --- a/jode/jode/decompiler/Opcodes.java +++ b/jode/jode/decompiler/Opcodes.java @@ -279,7 +279,7 @@ public abstract class Opcodes implements jode.bytecode.Opcodes { case opc_fconst_0: case opc_fconst_1: case opc_fconst_2: return createNormal (ca, addr, 1, new ConstOperator - (Type.tFloat, (char) (opcode + ('0'-opc_fconst_0)) + ".0F")); + (Type.tFloat, (char) (opcode + ('0'-opc_fconst_0)) + ".0")); case opc_dconst_0: case opc_dconst_1: return createNormal (ca, addr, 1, new ConstOperator