X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Farmv7%2Finclude%2Fproc.h;h=d6ef3d55df31507e47259e70e7f5a13de7adb23d;hb=a2495c6ea4f4cab16b5d339ae511428e92e89e73;hp=4d48f544f16bba8d3fe44fbd5d199b824ac781ef;hpb=c865bd1ebd2e33f0477f3f0145acb98786b1cc41;p=tpg%2Facess2.git diff --git a/Kernel/arch/armv7/include/proc.h b/Kernel/arch/armv7/include/proc.h index 4d48f544..d6ef3d55 100644 --- a/Kernel/arch/armv7/include/proc.h +++ b/Kernel/arch/armv7/include/proc.h @@ -37,10 +37,6 @@ typedef struct { Uint32 Arg4; Uint32 Arg5; Uint32 Arg6; // R6 - Uint32 Unused[13-6]; - Uint32 StackPointer; // R13 - Uint32 _lr; - Uint32 _ip; } tSyscallRegs; // === MACROS ===