solana_rbpf v0.1.4
- Switch Set/Get instruction_count types from usize to u64
- Ensure verifier is called in all cases
- Remove div/0 that is introduced for valid mod operations. This is temporary until div/0 is handled correctly for all cases. This only affects jit programs.