Skip to content

Commit

Permalink
Fix a typo in process_breakpoint_inner which doesn't break our tests …
Browse files Browse the repository at this point in the history
…for some reason.
  • Loading branch information
vargaz committed Nov 8, 2010
1 parent f886d89 commit 8f3f185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mono/mini/debugger-agent.c
Original file line number Diff line number Diff line change
Expand Up @@ -3567,7 +3567,7 @@ process_breakpoint_inner (DebuggerTlsData *tls, MonoContext *ctx)
/* Process single step requests */
for (i = 0; i < ss_reqs_orig->len; ++i) {
EventRequest *req = g_ptr_array_index (ss_reqs_orig, i);
SingleStepReq *ss_req = bp->req->info;
SingleStepReq *ss_req = req->info;
gboolean hit = TRUE;
MonoSeqPointInfo *info;
SeqPoint *sp;
Expand Down

0 comments on commit 8f3f185

Please sign in to comment.