X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/6fe7ccc865dc7d7541b93c5bcaf6368d2c98a174..ed1e77d3adeb83d26fd1dfb16dd84cabdcefd250:/bytecode/LLIntCallLinkInfo.h diff --git a/bytecode/LLIntCallLinkInfo.h b/bytecode/LLIntCallLinkInfo.h index bfb9510..2645dd5 100644 --- a/bytecode/LLIntCallLinkInfo.h +++ b/bytecode/LLIntCallLinkInfo.h @@ -45,7 +45,7 @@ struct LLIntCallLinkInfo : public BasicRawSentinelNode { remove(); } - bool isLinked() { return callee; } + bool isLinked() { return !!callee; } void unlink() {