syscalls: hopefully fix fork syscall
This commit is contained in:
@@ -48,9 +48,6 @@ typedef struct __attribute__((packed)) Context {
|
||||
typedef struct __attribute__((packed)) TrapFrame {
|
||||
uint32_t gs,fs,es,ds;
|
||||
uint32_t edi, esi, ebp, esp, ebx, edx, ecx, eax;
|
||||
|
||||
uint32_t interrupt, error;
|
||||
|
||||
uint32_t eip, cs, eflags, usermode_esp, usermode_ss;
|
||||
|
||||
} TrapFrame;
|
||||
|
||||
Reference in New Issue
Block a user