1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-04 18:29:40 +00:00

Declare TRAPcc operand size.

This commit is contained in:
Thomas Harte 2022-10-25 12:20:40 -04:00
parent 1ceabb30b0
commit 83b9fc3318

View File

@ -24,6 +24,7 @@ constexpr DataSize operand_size(Operation r_operation) {
case Operation::RTE: case Operation::RTR:
case Operation::TRAP:
case Operation::TRAPV:
case Operation::TRAPcc:
case Operation::ABCD: case Operation::SBCD:
case Operation::NBCD: