MOV DRx now loads/stores from 'dummy' DRx registers (BeOS).
This commit is contained in:
parent
1e5b46c077
commit
28a2336aae
2 changed files with 5 additions and 2 deletions
|
|
@ -155,6 +155,7 @@ union
|
|||
#define msw CR0.w
|
||||
|
||||
uint32_t cr2, cr3, cr4;
|
||||
uint32_t dr[8];
|
||||
|
||||
#define C_FLAG 0x0001
|
||||
#define P_FLAG 0x0004
|
||||
|
|
|
|||
Loading…
Reference in a new issue