Skip to content
Snippets Groups Projects
Commit 803db856 authored by erwan's avatar erwan
Browse files

Fix a bug in the C code generator in the --2c-stack mode.

The generated code for tests on boolean output was wrong. Indeed, it
was generating

  if (o1 == _true) {

instead of

  if (*o1 == _true) {

nb : a warning was emited
parent da12cdfc
No related merge requests found
Pipeline #
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