diff src/cpu/x86/vm/graalCodeInstaller_x86.hpp @ 10654:d71c56c67921

Improve performance of calling Truffle call targets.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Mon, 08 Jul 2013 21:12:00 +0200
parents 67fa9b3e10ed
children 6ff467cdb105
line wrap: on
line diff
--- a/src/cpu/x86/vm/graalCodeInstaller_x86.hpp	Mon Jul 08 21:08:14 2013 +0200
+++ b/src/cpu/x86/vm/graalCodeInstaller_x86.hpp	Mon Jul 08 21:12:00 2013 +0200
@@ -179,7 +179,6 @@
       break;
     }
     default:
-      fatal("invalid _next_call_type value");
       break;
   }
 }