|
@ -1196,7 +1196,7 @@ MaybeObject* MacroAssembler::TryTailCallRuntime(Runtime::FunctionId fid, |
|
|
// If false, it is returned as a pointer to a preallocated by caller memory
|
|
|
// If false, it is returned as a pointer to a preallocated by caller memory
|
|
|
// region. Pointer to this region should be passed to a function as an
|
|
|
// region. Pointer to this region should be passed to a function as an
|
|
|
// implicit first argument.
|
|
|
// implicit first argument.
|
|
|
#if defined(USING_BSD_ABI) || defined(__MINGW32__) |
|
|
#if defined(USING_BSD_ABI) || defined(__MINGW32__) || defined(__CYGWIN__) |
|
|
static const bool kReturnHandlesDirectly = true; |
|
|
static const bool kReturnHandlesDirectly = true; |
|
|
#else |
|
|
#else |
|
|
static const bool kReturnHandlesDirectly = false; |
|
|
static const bool kReturnHandlesDirectly = false; |
|
|