/jit_jmp_updates.c Secret
Created
October 30, 2018 12:51
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vector_jmp_update(&op_instructions, op_instructions.size - 4, -relative_offset); | |
vector_jmp_update(&op_instructions, relocation_site - 4, relative_offset); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment