mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-28 07:04:14 +00:00
4c4d4e5c63
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.