diff src/cpu/sparc/vm/sparc.ad @ 14263:30f8cd8b43dd

Merge
author anoll
date Tue, 14 Jan 2014 21:33:33 -0800
parents 00f5eff62d18
children 9918c6fb4770 abec000618bf 51e1bb81df86
line wrap: on
line diff
--- a/src/cpu/sparc/vm/sparc.ad	Wed Jan 15 06:16:55 2014 +0100
+++ b/src/cpu/sparc/vm/sparc.ad	Tue Jan 14 21:33:33 2014 -0800
@@ -1848,6 +1848,12 @@
   return false;
 }
 
+// Current (2013) SPARC platforms need to read original key
+// to construct decryption expanded key 
+const bool Matcher::pass_original_key_for_aes() {
+  return true;
+}
+
 // USII supports fxtof through the whole range of number, USIII doesn't
 const bool Matcher::convL2FSupported(void) {
   return VM_Version::has_fast_fxtof();