Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
sjokim committed Jan 3, 2016
1 parent 9961382 commit eee37e7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ public void visitCode() {
mv.visitVarInsn(ALOAD, 0);
mv.visitVarInsn(ALOAD, 0);
mv.visitFieldInsn(GETFIELD, owner, TraceSQL.PSTMT_PARAM_FIELD, "Lscouter/agent/trace/SqlParameter;");

AsmUtil.PUSH(mv, this.methodType);

mv.visitMethodInsn(Opcodes.INVOKESTATIC, TRACESQL, START_METHOD, START_SIGNATURE,false);

statIdx = newLocal(scouter.org.objectweb.asm.Type.getType(Object.class));
Expand Down

0 comments on commit eee37e7

Please sign in to comment.