src/cpu/ppc/vm/assembler_ppc.inline.hpp

changeset 6511
31e80afe3fed
parent 6495
67fa91961822
child 6515
71a71b0bc844
     1.1 --- a/src/cpu/ppc/vm/assembler_ppc.inline.hpp	Thu Feb 20 11:05:12 2014 +0100
     1.2 +++ b/src/cpu/ppc/vm/assembler_ppc.inline.hpp	Thu Mar 06 10:55:28 2014 -0800
     1.3 @@ -55,6 +55,7 @@
     1.4    return start;
     1.5  }
     1.6  
     1.7 +#if !defined(ABI_ELFv2)
     1.8  // Emit a function descriptor with the specified entry point, TOC, and
     1.9  // ENV. If the entry point is NULL, the descriptor will point just
    1.10  // past the descriptor.
    1.11 @@ -73,6 +74,7 @@
    1.12  
    1.13    return (address)fd;
    1.14  }
    1.15 +#endif
    1.16  
    1.17  // Issue an illegal instruction. 0 is guaranteed to be an illegal instruction.
    1.18  inline void Assembler::illtrap() { Assembler::emit_int32(0); }

mercurial