# HG changeset patch # User Doug Simon # Date 1421916356 -3600 # Node ID 6fe49fc03faefa0f9e48bedf3cbc8a6d808ded94 # Parent f70ce1a4472faaec946284f9443ade11f3a7c355 fixed unbalanced #ifdef Contributed-by: Igor Veresov diff -r f70ce1a4472f -r 6fe49fc03fae src/cpu/x86/vm/frame_x86.cpp --- 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