X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fremote-adapt.c;h=1221315354cc411fe29a35f34b9939fa5d3e7099;hb=45dc9be38877cbb8218182b5c5ebd6e82e5ccd47;hp=fe1586d42509d53c057672e9f4e8022ce805685d;hpb=588d1d685c66966dfdc5c57964e245424060a076;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/remote-adapt.c b/gdb/remote-adapt.c index fe1586d425..1221315354 100644 --- a/gdb/remote-adapt.c +++ b/gdb/remote-adapt.c @@ -407,7 +407,7 @@ adapt_create_inferior (execfile, args, env) expect_prompt (); #else insert_breakpoints (); /* Needed to get correct instruction in cache */ - proceed(entry_pt, -1, 0); + proceed(entry_pt, TARGET_SIGNAL_DEFAULT, 0); #endif } else {