diff src/cpu/x86/vm/frame_x86.cpp @ 18949:886cf229e5ee

Merge
author Stefan Anzinger <stefan.anzinger@oracle.com>
date Mon, 26 Jan 2015 21:19:36 +0100
parents 6fe49fc03fae
children be896a1983c0
line wrap: on
line diff
--- a/src/cpu/x86/vm/frame_x86.cpp	Mon Jan 19 15:03:17 2015 +0100
+++ b/src/cpu/x86/vm/frame_x86.cpp	Mon Jan 26 21:19:36 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