src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp

Print this page

        

@@ -3604,6 +3604,10 @@
   } else {
     ShouldNotReachHere();
   }
 }
 
+void LIR_Assembler::emit_crypto_cbc_aes (LIR_OpCrypto_CBC_AES * op) {
+  ShouldNotReachHere();
+}
+
 #undef __