diff src/cpu/x86/vm/frame_x86.hpp @ 8883:b9a918201d47

Merge with hsx25
author Gilles Duboscq <duboscq@ssw.jku.at>
date Sat, 06 Apr 2013 20:04:06 +0200
parents b8f261ba79c6 47bc9800972c
children d8041d695d19
line wrap: on
line diff
--- a/src/cpu/x86/vm/frame_x86.hpp	Fri Apr 05 18:53:57 2013 +0200
+++ b/src/cpu/x86/vm/frame_x86.hpp	Sat Apr 06 20:04:06 2013 +0200
@@ -170,7 +170,7 @@
     return (intptr_t*) addr_at(offset);
   }
 
-#if ASSERT
+#ifdef ASSERT
   // Used in frame::sender_for_{interpreter,compiled}_frame
   static void verify_deopt_original_pc(   nmethod* nm, intptr_t* unextended_sp, bool is_method_handle_return = false);
   static void verify_deopt_mh_original_pc(nmethod* nm, intptr_t* unextended_sp) {