Kernel/vfs - Fixed bug in VFS_ParsePath
[tpg/acess2.git] / Kernel / arch / x86_64 / include / proc.h
index 2913f73..a23aa37 100644 (file)
@@ -38,7 +38,7 @@ typedef struct sMemoryState
  */
 typedef struct sTaskState
 {
-       Uint    RIP, RSP, RBP;
+       Uint    RIP, RSP;
        Uint64  UserRIP, UserCS;
 }      tTaskState;
 

UCC git Repository :: git.ucc.asn.au