changeset 18958:bb0f5ab57e1e

fixed typo in sharedRuntime_x86_32.cpp
author Doug Simon <doug.simon@oracle.com>
date Tue, 27 Jan 2015 12:24:44 +0100
parents 3af3ec871428
children 7efef7005e53
files src/cpu/x86/vm/sharedRuntime_x86_32.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Tue Jan 27 03:06:12 2015 +0100
+++ b/src/cpu/x86/vm/sharedRuntime_x86_32.cpp	Tue Jan 27 12:24:44 2015 +0100
@@ -717,7 +717,7 @@
                                     const BasicType *sig_bt,
                                     const VMRegPair *regs
                                     int frame_extension_argument) {
-  assert(frame_extension_arguments == -1, "unsupported");
+  assert(frame_extension_argument == -1, "unsupported");
 
   // Note: rsi contains the senderSP on entry. We must preserve it since
   // we may do a i2c -> c2i transition if we lose a race where compiled