mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-14 13:33:42 +00:00
Fully test segment registers.
This commit is contained in:
parent
7abd4d9b38
commit
2551e73be1
@ -103,7 +103,11 @@ struct Registers {
|
|||||||
cs_ == rhs.cs_ &&
|
cs_ == rhs.cs_ &&
|
||||||
ds_ == rhs.ds_ &&
|
ds_ == rhs.ds_ &&
|
||||||
si_ == rhs.si_ &&
|
si_ == rhs.si_ &&
|
||||||
ip_ == rhs.ip_;
|
ip_ == rhs.ip_ &&
|
||||||
|
es_base_ == rhs.es_base_ &&
|
||||||
|
cs_base_ == rhs.cs_base_ &&
|
||||||
|
ds_base_ == rhs.ds_base_ &&
|
||||||
|
ss_base_ == rhs.ss_base_;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
struct Memory {
|
struct Memory {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user