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 branches found
No related tags found
No related merge requests found
Pipeline #