| 12 | struct VM_PreparedProgram |
| 13 | { |
| 14 | VM_PreparedProgram() |
| 15 | { |
| 16 | FilteredDataSize=0; |
| 17 | Type=VMSF_NONE; |
| 18 | } |
| 19 | VM_StandardFilters Type; |
| 20 | uint InitR[7]; |
| 21 | byte *FilteredData; |
nothing calls this directly
no outgoing calls
no test coverage detected