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.


Minor compile warning fixup and error checks
[palacios.git] / palacios / src / palacios / vmm_fp.c
index d3b6ca3..c2f2d41 100644 (file)
@@ -35,7 +35,7 @@ int v3_can_handle_fp_state()
   if (can_do_fp!=-1) { 
     return can_do_fp;
   } else {
-    uint32_t eax, ebx, ecx, edx;
+    uint32_t eax=0, ebx=0, ecx=0, edx=0;
 
     v3_cpuid(CPUID_FEATURE_IDS,&eax,&ebx,&ecx,&edx);