Added note to keep struct iframe in sync with the struct cpu_state.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11471 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
08fd6d69aa
commit
98dbeb36df
@ -59,6 +59,7 @@ typedef struct pdentry { // page directory entry
|
|||||||
unsigned int addr:20;
|
unsigned int addr:20;
|
||||||
} pdentry;
|
} pdentry;
|
||||||
|
|
||||||
|
// NOTE: Keep in sync with <os/arch/x86/arch_debugger.h>!
|
||||||
struct iframe {
|
struct iframe {
|
||||||
unsigned int gs;
|
unsigned int gs;
|
||||||
unsigned int fs;
|
unsigned int fs;
|
||||||
|
Loading…
Reference in New Issue
Block a user