From 86309c3ef22ce216bc861974bfe13b07aafe09f1 Mon Sep 17 00:00:00 2001 From: chiba Date: Mon, 18 Oct 2004 18:53:57 +0000 Subject: reformatted. git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@143 30ef5769-5b8d-40dd-aea6-55b5d6557bb3 --- src/main/javassist/compiler/CodeGen.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/javassist/compiler') diff --git a/src/main/javassist/compiler/CodeGen.java b/src/main/javassist/compiler/CodeGen.java index 221cbfcd..3308a242 100644 --- a/src/main/javassist/compiler/CodeGen.java +++ b/src/main/javassist/compiler/CodeGen.java @@ -1370,7 +1370,7 @@ public abstract class CodeGen extends Visitor implements Opcode, TokenId { bytecode.addIconst(0); } else if (token == CALL) // method call - fatal(); + fatal(); else { expr.oprand1().accept(this); int type = typePrecedence(exprType); -- cgit v1.2.3