Skip to content
Snippets Groups Projects
Commit 945043bb authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added documentation of OPCODE_INLINE_BRANCH.

Rev: src/code/README.txt:1.18
parent 3e25ecf7
No related branches found
No related tags found
No related merge requests found
...@@ -143,3 +143,9 @@ int INS_F_JUMP_WITH_TWO_ARGS(unsigned int op, ...@@ -143,3 +143,9 @@ int INS_F_JUMP_WITH_TWO_ARGS(unsigned int op,
void CHECK_RELOC(size_t reloc, size_t program_size) void CHECK_RELOC(size_t reloc, size_t program_size)
Check if a relocation is valid for the program. Check if a relocation is valid for the program.
Should throw an error on bad relocations. Should throw an error on bad relocations.
OPCODE_INLINE_BRANCH
If defined test functions that return non zero if the branch
is to be taken will be generated for I_BRANCH instructions.
This is to facilitate easier inlining of branches in the
machine code.
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment