From 945043bba919f7a3d97d62a3e8e347cdb49c9858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?= <grubba@grubba.org> Date: Sat, 2 Nov 2002 16:40:48 +0100 Subject: [PATCH] Added documentation of OPCODE_INLINE_BRANCH. Rev: src/code/README.txt:1.18 --- src/code/README.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/code/README.txt b/src/code/README.txt index 683b927db0..ccfa21de88 100644 --- a/src/code/README.txt +++ b/src/code/README.txt @@ -143,3 +143,9 @@ int INS_F_JUMP_WITH_TWO_ARGS(unsigned int op, void CHECK_RELOC(size_t reloc, size_t program_size) Check if a relocation is valid for the program. 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 -- GitLab