changeset 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 f70ce1a4472f
children 1b0ef9634252
files src/cpu/x86/vm/frame_x86.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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