Skip to content
Snippets Groups Projects
Commit 6f1d3dd6 authored by Marvin Häuser's avatar Marvin Häuser
Browse files

[WIP] simulation: fix NULL dereference

oLastTrans may be NULL when saving the benchmark to file. The current
logic does not handle this correctly, dereferencing it for a print.
Print a dummy value when the variable is NULL to resolve the issue.
parent b60d3448
No related branches found
No related tags found
1 merge request!477[WIP] simulation code generation fixes
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment