git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Switch CTI runtime calls to the fastcall calling convention
[WebKit-https.git]
/
JavaScriptCore
/
VM
/
Machine.h
diff --git
a/JavaScriptCore/VM/Machine.h
b/JavaScriptCore/VM/Machine.h
index
d32776c
..
9a10b13
100644
(file)
--- a/
JavaScriptCore/VM/Machine.h
+++ b/
JavaScriptCore/VM/Machine.h
@@
-134,11
+134,6
@@
namespace JSC {
SamplingTool* m_sampler;
#if ENABLE(CTI)
-#if COMPILER(MSVC)
-#define SFX_CALL __cdecl
-#else
-#define SFX_CALL
-#endif
static void SFX_CALL cti_timeout_check(CTI_ARGS);