| 183 | struct JitLocalPos : public JitVal |
| 184 | { |
| 185 | JitLocalPos(int inOffset, JitType inType=jtPointer) : JitVal(inType, inOffset, jposLocal, sLocalReg) { } |
| 186 | }; |
| 187 | |
| 188 | extern int sThisReg; |
nothing calls this directly
no outgoing calls
no test coverage detected