mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
22ba1800c5
There was a log message that we are creating typedef void* for empty structs, but we have missed that piece of code. This patch adds that logic. In the case of unions, we completely ignored empty ones, and also there was not handling if the type was generated by ordinal (as in the case of structs). This patch also fixes it.