Browse Source

Fix spelling error.

pull/2791/head
Peter Huene 4 years ago
parent
commit
273597903b
No known key found for this signature in database GPG Key ID: 1DD33E128C1F90D2
  1. 2
      crates/jit/src/code_memory.rs

2
crates/jit/src/code_memory.rs

@ -312,7 +312,7 @@ impl CodeMemory {
}
}
// Register all unwind entires for functions and trampolines.
// Register all unwind entries for functions and trampolines.
// TODO will `u32` type for start/len be enough for large code base.
for i in unwind_info {
match i {

Loading…
Cancel
Save