Low-level jump instruction! Specify a comparison type and a target in void* form, and a jump (either 8 or 32 bit) is generated.
| 210 | // Low-level jump instruction! Specify a comparison type and a target in void* form, and |
| 211 | // a jump (either 8 or 32 bit) is generated. |
| 212 | __emitinline void xJcc(JccComparisonType comparison, const void* target) |
| 213 | { |
| 214 | xJccKnownTarget(comparison, target, false); |
| 215 | } |
| 216 | |
| 217 | xForwardJumpBase::xForwardJumpBase(uint opsize, JccComparisonType cctype) |
| 218 | { |
no test coverage detected