diff src/cpu/x86/vm/frame_x86.cpp @ 18909:6fe49fc03fae

fixed unbalanced #ifdef Contributed-by: Igor Veresov <igor.veresov@oracle.com>
author Doug Simon <doug.simon@oracle.com>
date Thu, 22 Jan 2015 09:45:56 +0100
parents b8d3f84740c7
children be896a1983c0
line wrap: on
line diff
--- a/src/cpu/x86/vm/frame_x86.cpp	Thu Jan 22 01:22:02 2015 +0100
+++ b/src/cpu/x86/vm/frame_x86.cpp	Thu Jan 22 09:45:56 2015 +0100
@@ -704,8 +704,8 @@
     for (int i = 0; i < entry_frame_after_call_words; i++) {
       values.describe(frame_no, fp() - i, err_msg("call_stub word fp - %d", i));
     }
+#endif // AMD64
   }
-#endif // AMD64
 }
 #endif // !PRODUCT