File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -285,7 +285,17 @@ void print_backtrace()
285285 PRINT_TRACE (8 , ra);
286286 if (frp (9 , ra)) {
287287 PRINT_TRACE (9 , ra);
288- }}}}}}}}}}
288+ if (frp (10 , ra)) {
289+ PRINT_TRACE (10 , ra);
290+ if (frp (11 , ra)) {
291+ PRINT_TRACE (11 , ra);
292+ if (frp (12 , ra)) {
293+ PRINT_TRACE (12 , ra);
294+ if (frp (13 , ra)) {
295+ PRINT_TRACE (13 , ra);
296+ if (frp (14 , ra)) {
297+ PRINT_TRACE (14 , ra);
298+ }}}}}}}}}}}}}}}
289299}
290300
291301void Elf::print_info ()
Original file line number Diff line number Diff line change @@ -269,10 +269,10 @@ void Connection::close() {
269269
270270void Connection::receive_disconnect () {
271271 Expects (read_request and read_request->buffer .buffer ());
272- auto & buf = read_request->buffer ;
273272
274273 if (read_request->callback ) {
275274 // TODO: consider adding back when SACK is complete
275+ // auto& buf = read_request->buffer;
276276 // if (buf.size() > 0 && buf.missing() == 0)
277277 // read_request->callback(buf.buffer(), buf.size());
278278 }
You can’t perform that action at this time.
0 commit comments