Revert "AMD64 - add missing assignments to fix garbled backtrace."
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Thu, 26 Nov 2009 13:26:43 +0000 (22:26 +0900)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Thu, 26 Nov 2009 13:52:43 +0000 (22:52 +0900)
commit0e2b9189067d727c7347be887301f87a11ba5e17
tree6d89047fe436c21bec47c5d78ceff1362f1afd81
parent2e61cf601ce542a982856748f1cc48244c4cd5be
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().
sys/platform/pc64/x86_64/db_trace.c