Skip to content

Commit bc4149b

Browse files
committed
GUI: fixed 'follow in disassembler' and 'follow in dump' not possible with EDX/RDX
1 parent 3378918 commit bc4149b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x64_dbg_gui/Project/Src/Gui/RegistersView.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ RegistersView::RegistersView(QWidget* parent) : QScrollArea(parent), mVScrollOff
465465
mUINTDISPLAY.insert(CDX);
466466
mLABELDISPLAY.insert(CDX);
467467
mMODIFYDISPLAY.insert(CDX);
468-
mCANSTOREADDRESS.insert(CCX);
468+
mCANSTOREADDRESS.insert(CDX);
469469

470470
mSETONEZEROTOGGLE.insert(CBP);
471471
mINCREMENTDECREMET.insert(CBP);

0 commit comments

Comments
 (0)