Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The assembler was generating 32 bit conditional relative jumps instead of ones with 8 bit displacement. I've found that a presence of a global label between the jump site and the destination makes the assembler to do that. Changing PATCH_LABEL macro fixed it.
- Loading branch information