kernel/arm: implement signals, fork, restart syscall
Change-Id: I24219b83d90710ef719190183ba6f069f82dae61 Reviewed-on: https://review.haiku-os.org/c/haiku/+/6198 Tested-by: Automation <[email protected]> Reviewed-by: Adrien Destugues <[email protected]>
This commit is contained in:
@@ -30,7 +30,9 @@ struct vregs
|
||||
ulong r14; /* link register */
|
||||
ulong r15; /* program counter */
|
||||
ulong cpsr;
|
||||
// TODO: ARM: fix floats in vregs, add missing stuff.
|
||||
|
||||
double d[32];
|
||||
ulong fpscr;
|
||||
};
|
||||
#endif /* defined(__arm__) */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user