mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-16 09:41:42 +00:00
Fix aarch64
This commit is contained in:
@@ -390,9 +390,11 @@ static int sys_fork(SyscallsFrame *Frame)
|
||||
|
||||
strncpy(NewThread->Name, Thread->Name, sizeof(Thread->Name));
|
||||
NewThread->Info = Thread->Info;
|
||||
#ifdef a86
|
||||
NewThread->ShadowGSBase = Thread->ShadowGSBase;
|
||||
NewThread->GSBase = Thread->GSBase;
|
||||
NewThread->FSBase = Thread->FSBase;
|
||||
#endif
|
||||
|
||||
CPU::Interrupts(CPU::Disable);
|
||||
static int RetChild = 0;
|
||||
|
Reference in New Issue
Block a user