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:
Ingo Weinhold 2005-02-24 15:47:54 +00:00
parent 08fd6d69aa
commit 98dbeb36df

View File

@ -59,6 +59,7 @@ typedef struct pdentry { // page directory entry
unsigned int addr:20;
} pdentry;
// NOTE: Keep in sync with <os/arch/x86/arch_debugger.h>!
struct iframe {
unsigned int gs;
unsigned int fs;