diff src/proc.h @ 32:96af12a50fdb

fix cbc_read
author mir3636
date Tue, 22 Jan 2019 15:48:35 +0900
parents 96a5833d0d82
children fb3e5a2f76c1
line wrap: on
line diff
--- a/src/proc.h	Fri Jan 18 18:20:02 2019 +0900
+++ b/src/proc.h	Tue Jan 22 15:48:35 2019 +0900
@@ -71,11 +71,12 @@
     union cbc_arg {
         struct cbc_console_arg {
 	    int n;
-        int target;
-	    char* dst;
-	    struct inode *ip;
-	    struct file *f;
-	    __code (*next)(int ret);
+            int target;
+            char* dst;
+            struct inode *ip;
+            struct file *f;
+            int num;
+            __code (*next)(int ret);
         } cbc_console_arg;
     } cbc_arg;
     __code (*cbc_next)();