src/cpu/sparc/vm/c1_LIRAssembler_sparc.cpp

Print this page

        

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