mirror of
https://github.com/TomHarte/CLK.git
synced 2025-08-09 05:25:01 +00:00
Trim trailing space.
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user