Merge pull request #12689 from gemu2015/sml_fix

fix =d mode
This commit is contained in:
Theo Arends 2021-07-20 09:20:45 +02:00 committed by GitHub
commit e6bf020bc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1438,6 +1438,13 @@ void SML_Decode(uint8_t index) {
continue; continue;
} }
// =d must handle dindex
if (*mp == '=' && *(mp + 1) == 'd') {
if (index != mindex) {
dindex++;
}
}
if (index!=mindex) goto nextsect; if (index!=mindex) goto nextsect;
// start of serial source buffer // start of serial source buffer