diff options
Diffstat (limited to 'miasm/jitter/llvmconvert.py')
| -rw-r--r-- | miasm/jitter/llvmconvert.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miasm/jitter/llvmconvert.py b/miasm/jitter/llvmconvert.py index d0e0407b..c4467411 100644 --- a/miasm/jitter/llvmconvert.py +++ b/miasm/jitter/llvmconvert.py @@ -1720,7 +1720,7 @@ class LLVMFunction(object): self.gen_bad_block(asmblock) return - # Create basic blocks (for label branchs) + # Create basic blocks (for label branches) entry_bbl, builder = self.entry_bbl, self.builder for instr in asmblock.lines: lbl = self.llvm_context.ir_arch.loc_db.get_or_create_offset_location(instr.offset) |