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:
parent
9f2d18b7ba
commit
ead8b7437e
@ -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_; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user