< prev index next >

src/cpu/sparc/vm/relocInfo_sparc.hpp

Print this page

        

*** 32,47 **** // the two low-order offset bits can always be discarded. offset_unit = 4, // There is no need for format bits; the instructions are // sufficiently self-identifying. - #ifndef _LP64 - format_width = 0 - #else // Except narrow oops in 64-bits VM. format_width = 1 - #endif }; //Reconciliation History // 1.3 97/10/15 15:38:36 relocInfo_i486.hpp --- 32,43 ----
< prev index next >