Peter Huene
4 years ago
No known key found for this signature in database
GPG Key ID: 1DD33E128C1F90D2
1 changed files with
1 additions and
1 deletions
-
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 { |
|
|
|