mirror of
https://github.com/TomHarte/CLK.git
synced 2024-12-25 03:32:01 +00:00
Completes [[fallthrough]]
s.
This commit is contained in:
parent
7af8646470
commit
6e4b8d58a5
@ -2174,6 +2174,7 @@ struct ProcessorStorageConstructor {
|
|||||||
|
|
||||||
case bw(XXXl): // CMPA.w (xxx).l, An
|
case bw(XXXl): // CMPA.w (xxx).l, An
|
||||||
op(Action::None, seq("np"));
|
op(Action::None, seq("np"));
|
||||||
|
[[fallthrough]];
|
||||||
case bw(XXXw): // CMPA.w (xxx).w, An
|
case bw(XXXw): // CMPA.w (xxx).w, An
|
||||||
case bw(d16PC): // CMPA.w (d16, PC), An
|
case bw(d16PC): // CMPA.w (d16, PC), An
|
||||||
case bw(d8PCXn): // CMPA.w (d8, PC, Xn), An
|
case bw(d8PCXn): // CMPA.w (d8, PC, Xn), An
|
||||||
@ -3028,6 +3029,7 @@ struct ProcessorStorageConstructor {
|
|||||||
|
|
||||||
case l(XXXl): // TST.l (xxx).l
|
case l(XXXl): // TST.l (xxx).l
|
||||||
op(Action::None, seq("np"));
|
op(Action::None, seq("np"));
|
||||||
|
[[fallthrough]];
|
||||||
case l(XXXw): // TST.l (xxx).w
|
case l(XXXw): // TST.l (xxx).w
|
||||||
case l(d16An): // TST.l (d16, An)
|
case l(d16An): // TST.l (d16, An)
|
||||||
case l(d8AnXn): // TST.l (d8, An, Xn)
|
case l(d8AnXn): // TST.l (d8, An, Xn)
|
||||||
|
Loading…
Reference in New Issue
Block a user