From: YONETANI Tomokazu Date: Thu, 26 Nov 2009 13:26:43 +0000 (+0900) Subject: Revert "AMD64 - add missing assignments to fix garbled backtrace." X-Git-Url: https://gitweb.dragonflybsd.org/~polachok/dragonfly.git/commitdiff_plain/0e2b9189067d727c7347be887301f87a11ba5e17 Revert "AMD64 - add missing assignments to fix garbled backtrace." This reverts commit 6c865583cbc5149a2adcc96408bd969a23da4433. The added code has no effect, since in frame_type == NORMAL case it never reaches the switch statement at the bottom of db_nexttrace(). --- diff --git a/sys/platform/pc64/x86_64/db_trace.c b/sys/platform/pc64/x86_64/db_trace.c index ec09e5f05c..3ccef35241 100644 --- a/sys/platform/pc64/x86_64/db_trace.c +++ b/sys/platform/pc64/x86_64/db_trace.c @@ -304,8 +304,6 @@ db_nextframe(struct x86_64_frame **fp, db_addr_t *ip) } break; default: - rip = tf->tf_rip; - rbp = tf->tf_rbp; break; }