Fix delay queue widget regression caused by typo.

This commit is contained in:
Christian Speckner 2017-04-25 20:35:07 +02:00
parent 46845e50ca
commit bd74b7de38
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ void DelayQueueWidget::loadConfig() {
<< " clk, $"
<< Base::toString(delayQueueIterator->value(), Base::Format::F_16_2)
<< " -> "
<< instance().debugger().cartDebug().getLabel(delay, false);
<< instance().debugger().cartDebug().getLabel(address, false);
break;
}