comparison src/proc.h @ 27:1a64b5645cdd

fix
author mir3636
date Thu, 17 Jan 2019 19:55:30 +0900
parents a146855e16eb
children 96a5833d0d82
comparison
equal deleted inserted replaced
26:a146855e16eb 27:1a64b5645cdd
76 struct inode *ip; 76 struct inode *ip;
77 __code (*next)(int ret); 77 __code (*next)(int ret);
78 } cbc_console_arg; 78 } cbc_console_arg;
79 } cbc_arg; 79 } cbc_arg;
80 __code (*cbc_next)(); 80 __code (*cbc_next)();
81 struct spinlock *lk 81 struct spinlock *lk;
82 }; 82 };
83 83
84 // Process memory is laid out contiguously, low addresses first: 84 // Process memory is laid out contiguously, low addresses first:
85 // text 85 // text
86 // original data and bss 86 // original data and bss