1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-26 08:49:37 +00:00

Remove done TODO.

This commit is contained in:
Thomas Harte 2022-03-09 15:26:20 -05:00
parent 9f2d18b7ba
commit ead8b7437e

View File

@ -628,7 +628,6 @@ template<bool is_32bit> class Instruction {
Repetition repetition() const { return Repetition(repetition_size_ & 3); }
DataSize operation_size() const { return DataSize(repetition_size_ >> 2); }
// TODO: confirm whether far call for some reason makes these 32-bit in protected mode.
uint16_t segment() const { return uint16_t(operand_); }
DisplacementT offset() const { return displacement_; }