Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Cleanup based on cppcheck pass (GEARS)
[palacios.git] / gears / services / devfile / devfile_hc.c
index f4542ad..59c09a1 100644 (file)
@@ -27,7 +27,7 @@ int dev_file_syscall_hcall(long long sys_code,
     long long bit_vec = sys_pointer_arr[sys_code];
     // Here, IOCTL needs to be handled specially because what 
     // arguments are pointes, etc, depends on the device
-    DEBUG_PRINT("Initiate syscall hypercall, code: %llu\n",sys_code);
+    DEBUG_PRINT("Initiate syscall hypercall, code: %llx\n",sys_code);
     HCALL(rc,cmd,sys_code,a1,a2,a3,a4,a5,a6,bit_vec);
     *sys_errno = cmd;
     DEBUG_PRINT("Syscall Hypercall done: rc = %llx errno = %llx\n",rc, *sys_errno);