Skip to content

Commit

Permalink
[Truffle] Update for new instrumentation API.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Apr 12, 2015
1 parent 4ede193 commit b2b02cb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -39,7 +39,7 @@ public AttachmentsManager(RubyContext context) {
}

public synchronized void attach(String file, int line, final RubyProc block) {
final Instrument instrument = Instrument.create(new ASTInstrumentListener() {
final Instrument instrument = Instrument.create(new StandardInstrumentListener() {

@Override
public void enter(Probe probe, Node node, VirtualFrame frame) {
Expand Down

0 comments on commit b2b02cb

Please sign in to comment.