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

simulator: fix signedness mismatches

Extra compiler warnings include signedness mismatches of comparison
operations, as the implicit type promotion may unexpectedly convert
negative values and thus skew the result. Adjust the affected signed
types to unsigned types, as the corresponding values cannot be negative
anyway.
parent 5715770e
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