emit/__emit: Fix argument type for 'addr.pri/alt'

This commit is contained in:
Daniel_Cortez 2017-12-04 22:33:02 +07:00
parent 5f716b7f62
commit bd01c04def

View File

@ -6360,8 +6360,8 @@ static EMIT_OPCODE emit_opcodelist[] = {
{ 0, NULL, emit_noop },
{ 78, "add", emit_parm0 },
{ 87, "add.c", emit_parm1_any },
{ 14, "addr.alt", emit_parm1_any },
{ 13, "addr.pri", emit_parm1_any },
{ 14, "addr.alt", emit_parm1_local },
{ 13, "addr.pri", emit_parm1_local },
{ 30, "align.alt", emit_parm1_any },
{ 29, "align.pri", emit_parm1_any },
{ 81, "and", emit_parm0 },