diff options
Diffstat (limited to 'irdecoderunit.pas')
-rw-r--r-- | irdecoderunit.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irdecoderunit.pas b/irdecoderunit.pas index cff9936..c85e657 100644 --- a/irdecoderunit.pas +++ b/irdecoderunit.pas @@ -343,7 +343,7 @@ begin end; end; - if (cmd<>'nop') and (params<>befehlsTabelle[bef].neutralParams) then + if (cmd<>'nop') and ((params<>befehlsTabelle[bef].neutralParams) or (params='')) then befehlAusfuehren(cmd,params); end; |