Skip to content

Commit

Permalink
added correct address for panic mem region
Browse files Browse the repository at this point in the history
  • Loading branch information
Roee-87 committed Jan 16, 2025
1 parent 9499b18 commit c972066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/rv_trace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ impl MemoryLayout {
let precompile_input_end = precompile_input_start + 16; // 512 bits
let precompile_output_start = precompile_input_end;
let precompile_output_end = precompile_output_start + 16; // 512 bits
let panic = output_end;
let panic = precompile_output_end;
let termination = panic + 4;

Self {
Expand Down

0 comments on commit c972066

Please sign in to comment.