Skip to content
Snippets Groups Projects
Commit 4e7b1731 authored by Fredrik Hübinette (Hubbe)'s avatar Fredrik Hübinette (Hubbe)
Browse files

new opcodes added

Rev: src/peep.c:1.3
parent 4c573c8d
Branches
No related tags found
No related merge requests found
...@@ -29,9 +29,12 @@ static int hasarg(int opcode) ...@@ -29,9 +29,12 @@ static int hasarg(int opcode)
case F_NUMBER: case F_NUMBER:
case F_NEG_NUMBER: case F_NEG_NUMBER:
case F_CALL_LFUN: case F_CALL_LFUN:
case F_CALL_LFUN_AND_POP:
case F_SSCANF: case F_SSCANF:
case F_POP_N_ELEMS: case F_POP_N_ELEMS:
case F_SIZEOF_LOCAL:
case F_ASSIGN_GLOBAL: case F_ASSIGN_GLOBAL:
case F_ASSIGN_GLOBAL_AND_POP: case F_ASSIGN_GLOBAL_AND_POP:
case F_ASSIGN_LOCAL: case F_ASSIGN_LOCAL:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment