1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-10-01 13:58:20 +00:00

Completes [[fallthrough]]s.

This commit is contained in:
Thomas Harte 2020-06-19 23:50:37 -04:00
parent 7af8646470
commit 6e4b8d58a5

View File

@ -2174,6 +2174,7 @@ struct ProcessorStorageConstructor {
case bw(XXXl): // CMPA.w (xxx).l, An
op(Action::None, seq("np"));
[[fallthrough]];
case bw(XXXw): // CMPA.w (xxx).w, An
case bw(d16PC): // CMPA.w (d16, PC), An
case bw(d8PCXn): // CMPA.w (d8, PC, Xn), An
@ -3028,6 +3029,7 @@ struct ProcessorStorageConstructor {
case l(XXXl): // TST.l (xxx).l
op(Action::None, seq("np"));
[[fallthrough]];
case l(XXXw): // TST.l (xxx).w
case l(d16An): // TST.l (d16, An)
case l(d8AnXn): // TST.l (d8, An, Xn)