diff --git a/src/compile.cpp b/src/compile.cpp index 0434215f42..541a5d9bcd 100644 --- a/src/compile.cpp +++ b/src/compile.cpp @@ -1886,7 +1886,7 @@ makeCurrentContinuation(MyThread* t, void** targetIp, void** targetBase, *targetIp = ip; *targetBase = base; *targetStack = static_cast(stack) - + t->arch->frameReturnAddressSize();; + + t->arch->frameReturnAddressSize(); } }