< prev index next >

src/cpu/x86/vm/c1_LIRAssembler_x86.cpp

Print this page

        

@@ -2682,11 +2682,11 @@
 #else
           __ cmpoop(reg1, c->as_jobject());
 #endif // _LP64
         }
       } else {
-        fatal(err_msg("unexpected type: %s", basictype_to_str(c->type())));
+        fatal("unexpected type: %s", basictype_to_str(c->type()));
       }
       // cpu register - address
     } else if (opr2->is_address()) {
       if (op->info() != NULL) {
         add_debug_info_for_null_check_here(op->info());
< prev index next >