Quickfix
This commit is contained in:
@@ -49,8 +49,7 @@ void
|
|||||||
init_int ()
|
init_int ()
|
||||||
{
|
{
|
||||||
#define INIT_OP_FUNC(name) __opfuncs[ name ] = opfunc_##name ;
|
#define INIT_OP_FUNC(name) __opfuncs[ name ] = opfunc_##name ;
|
||||||
// FIXME
|
JERRY_STATIC_ASSERT (sizeof (OPCODE) <= 4);
|
||||||
// JERRY_STATIC_ASSERT (sizeof (OPCODE) <= 4);
|
|
||||||
|
|
||||||
OP_LIST (INIT_OP_FUNC)
|
OP_LIST (INIT_OP_FUNC)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ formal_parameter_list;
|
|||||||
static const formal_parameter_list
|
static const formal_parameter_list
|
||||||
empty_formal_parameter_list =
|
empty_formal_parameter_list =
|
||||||
{
|
{
|
||||||
.names = { [0] = NULL}
|
.names = { [0] = NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
static inline bool
|
static inline bool
|
||||||
|
|||||||
Reference in New Issue
Block a user