зеркало из https://github.com/mozilla/gecko-dev.git
Bug 808294: Fix tracelogger builds, r=dvander
This commit is contained in:
Родитель
794b4ed2e9
Коммит
4ab69245d3
|
@ -23,8 +23,8 @@ class TraceLogging
|
|||
ION_SIDE_CANNON_START,
|
||||
ION_SIDE_CANNON_STOP,
|
||||
ION_SIDE_CANNON_BAIL,
|
||||
YARR_YIT_START,
|
||||
YARR_YIT_STOP,
|
||||
YARR_JIT_START,
|
||||
YARR_JIT_STOP,
|
||||
JM_SAFEPOINT_START,
|
||||
JM_SAFEPOINT_STOP,
|
||||
JM_START,
|
||||
|
|
|
@ -41,10 +41,10 @@
|
|||
#define YARR_CALL __attribute__ ((regparm (3)))
|
||||
#else
|
||||
#define YARR_CALL
|
||||
#endif
|
||||
|
||||
# if JS_TRACE_LOGGING
|
||||
# include "TraceLogging.h"
|
||||
# endif
|
||||
#if JS_TRACE_LOGGING
|
||||
#include "TraceLogging.h"
|
||||
#endif
|
||||
|
||||
namespace JSC {
|
||||
|
|
Загрузка…
Ссылка в новой задаче