formatted a number of bytecode files, converted tabs to spaces

remotes/push_mirror/0.98.2
Kevin Lin 12 years ago
parent 1aa8768db2
commit 90c0acc762
  1. 884
      libclamav/bytecode_api.c
  2. 14
      libclamav/bytecode_priv.h
  3. 1602
      libclamav/bytecode_vm.c

File diff suppressed because it is too large Load Diff

@ -63,13 +63,13 @@ struct cli_bc_inst {
operand_t dest;
interp_op_t interp_op;/* opcode for interpreter */
union {
operand_t unaryop;
struct cli_bc_cast cast;
operand_t binop[2];
operand_t three[3];
struct cli_bc_callop ops;
struct branch branch;
bbid_t jump;
operand_t unaryop;
struct cli_bc_cast cast;
operand_t binop[2];
operand_t three[3];
struct cli_bc_callop ops;
struct branch branch;
bbid_t jump;
} u;
};

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save