src/cpu/sparc/vm/relocInfo_sparc.hpp
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File
*** old/src/cpu/sparc/vm/relocInfo_sparc.hpp Wed May 14 20:04:29 2008
--- new/src/cpu/sparc/vm/relocInfo_sparc.hpp Wed May 14 20:04:29 2008
*** 28,39 ****
--- 28,43 ----
// Since SPARC instructions are whole words,
// 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. Except narrow oops in 64-bits VM.
+ #ifdef _LP64
+ format_width = 1
+ #else
format_width = 0
+ #endif
};
//Reconciliation History
// 1.3 97/10/15 15:38:36 relocInfo_i486.hpp
src/cpu/sparc/vm/relocInfo_sparc.hpp
Index
Unified diffs
Context diffs
Sdiffs
Wdiffs
Patch
New
Old
Previous File
Next File