| 1864 | unsigned int dwordsToPop = (exFunctions[funcID].bytesToPop >> 2) + extraPopDW; |
| 1865 | |
| 1866 | struct BigReturnForce |
| 1867 | { |
| 1868 | unsigned unused[128]; |
| 1869 | }; |
| 1870 | MAKE_FUNC_PTR_TYPE(BigReturnForce, BigReturnFunctionPtr) |
| 1871 | |
| 1872 | // Ireg argument variants |
nothing calls this directly
no outgoing calls
no test coverage detected