[JAEGER] Fixed build.

This commit is contained in:
David Anderson 2010-06-23 10:50:34 -07:00
parent ff64349d0b
commit 992d8e6cde
2 changed files with 3 additions and 1 deletions

View File

@ -257,7 +257,9 @@ struct JSCodeSpec {
uint8 prec; /* operator precedence */
uint32 format; /* immediate operand format */
#ifdef __cplusplus
uint32 type() const { return JOF_TYPE(format); }
#endif
};
extern const JSCodeSpec js_CodeSpec[];

View File

@ -52,7 +52,7 @@
namespace js {
namespace mjit {
//#define JS_METHODJIT_PROFILE_STUBS
#define JS_METHODJIT_PROFILE_STUBS
struct FrameAddress : JSC::MacroAssembler::Address
{