============ idCompiler::JumpFrom Creates a def for a relative jump from code location to current code location ============ */
| 357 | ============ |
| 358 | */ |
| 359 | ID_INLINE idVarDef *idCompiler::JumpFrom( int jumpfrom ) { |
| 360 | return JumpDef( jumpfrom, gameLocal.program.NumStatements() ); |
| 361 | } |
| 362 | |
| 363 | /* |
| 364 | ============ |
nothing calls this directly
no test coverage detected