< prev index next >

src/cpu/x86/vm/x86_32.ad

Print this page

        

@@ -1207,12 +1207,11 @@
   // Check for second word integer load
   if( dst_second_rc == rc_int && src_second_rc == rc_stack )
     return impl_helper(cbuf,do_size,true ,ra_->reg2offset(src_second),dst_second,0x8B,"MOV ",size, st);
 
 
-  Unimplemented();
-  return 0; // Mute compiler
+  fatal("Unimplemented");
 }
 
 #ifndef PRODUCT
 void MachSpillCopyNode::format(PhaseRegAlloc *ra_, outputStream* st) const {
   implementation( NULL, ra_, false, st );
< prev index next >