diff src/cpu/ppc/vm/nativeInst_ppc.hpp @ 17793:c668f307a4c0

8031319: PPC64: Some fixes in ppc and aix coding. Reviewed-by: kvn
author goetz
date Tue, 07 Jan 2014 17:24:59 +0100
parents 67fa91961822
children
line wrap: on
line diff
--- a/src/cpu/ppc/vm/nativeInst_ppc.hpp	Mon Jan 06 11:02:21 2014 +0100
+++ b/src/cpu/ppc/vm/nativeInst_ppc.hpp	Tue Jan 07 17:24:59 2014 +0100
@@ -378,7 +378,7 @@
 
  public:
 
-  address destination() const;
+  address destination(nmethod *nm = NULL) const;
   int destination_toc_offset() const;
 
   void set_destination(address new_destination);