1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Trim trailing space.

This commit is contained in:
Thomas Harte 2023-09-28 13:59:41 -04:00
parent 035a1265f6
commit 249da884a7

View File

@ -740,7 +740,7 @@ std::pair<int, typename Decoder<model>::InstructionT> Decoder<model>::decode(con
} else {
if(masked_reg > 3) {
undefined();
}
}
}
if(modregrm_format_ == ModRegRMFormat::Seg_MemReg) {