1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-20 10:17:05 +00:00

Eliminate all whitespace-only lines.

This commit is contained in:
Thomas Harte
2023-05-12 14:16:39 -04:00
parent 28c79b2885
commit 50343dec43
11 changed files with 20 additions and 22 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ Instruction Decoder<model, validate_reserved_bits>::decode(uint32_t opcode) {
Bind(Six(0b001010), cmpli); Bind(Six(0b001011), cmpi);
}
// Second pass: all those with a top six bits and a bottom nine or ten.
switch(opcode & SixTen(0b111111, 0b1111111111)) {
default: break;