mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
If any operand of the '?' operator is of an unsigned type, the result is unsigned by default. Thanks to Julian Stecklina for finding this out. Fixes #189.