mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Declare TRAPcc operand size.
This commit is contained in:
parent
1ceabb30b0
commit
83b9fc3318
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user