Commit c1071c1f authored by Yuri Kunde Schlesner's avatar Yuri Kunde Schlesner
Browse files

Shader JIT: Fix off-by-one error when compiling JMPs

There was a mistake in the JMP code which meant that one instruction at
the destination would be skipped when the jump was taken. This commit
also changes the meaning of the culprit parameter to make it less
confusing and avoid similar mistakes in the future.
parent 0b6cc059
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment