src/cpu/sparc/vm/relocInfo_sparc.cpp

changeset 739
dc7f315e41f7
parent 631
d1605aabd0a1
child 1162
6b2273dd6fa9
     1.1 --- a/src/cpu/sparc/vm/relocInfo_sparc.cpp	Tue Aug 26 15:49:40 2008 -0700
     1.2 +++ b/src/cpu/sparc/vm/relocInfo_sparc.cpp	Wed Aug 27 00:21:55 2008 -0700
     1.3 @@ -204,3 +204,9 @@
     1.4    NativeInstruction* ni = nativeInstruction_at(x);
     1.5    ni->set_long_at(0, u.l);
     1.6  }
     1.7 +
     1.8 +void poll_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) {
     1.9 +}
    1.10 +
    1.11 +void poll_return_Relocation::fix_relocation_after_move(const CodeBuffer* src, CodeBuffer* dest) {
    1.12 +}

mercurial