mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Quickfix
This commit is contained in:
parent
3f39a50cc8
commit
feddd33b00
@ -49,8 +49,7 @@ void
|
||||
init_int ()
|
||||
{
|
||||
#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)
|
||||
}
|
||||
|
||||
@ -41,7 +41,7 @@ formal_parameter_list;
|
||||
static const formal_parameter_list
|
||||
empty_formal_parameter_list =
|
||||
{
|
||||
.names = { [0] = NULL}
|
||||
.names = { [0] = NULL }
|
||||
};
|
||||
|
||||
static inline bool
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user