[vmkit-commits] [vmkit] r77209 - /vmkit/trunk/lib/JnJVM/Compiler/JavaJIT.h

Nicolas Geoffray nicolas.geoffray at lip6.fr
Mon Jul 27 10:24:17 PDT 2009


Author: geoffray
Date: Mon Jul 27 12:24:17 2009
New Revision: 77209

URL: http://llvm.org/viewvc/llvm-project?rev=77209&view=rev
Log:
Fix compiler warning.


Modified:
    vmkit/trunk/lib/JnJVM/Compiler/JavaJIT.h

Modified: vmkit/trunk/lib/JnJVM/Compiler/JavaJIT.h
URL: http://llvm.org/viewvc/llvm-project/vmkit/trunk/lib/JnJVM/Compiler/JavaJIT.h?rev=77209&r1=77208&r2=77209&view=diff

==============================================================================
--- vmkit/trunk/lib/JnJVM/Compiler/JavaJIT.h (original)
+++ vmkit/trunk/lib/JnJVM/Compiler/JavaJIT.h Mon Jul 27 12:24:17 2009
@@ -274,6 +274,8 @@
       default:
         assert(0 && "Can not be here");
     }
+    abort();
+    return 0;
   }
   
   /// topTypeInfo - Return the type of the value on top of the stack.





More information about the vmkit-commits mailing list