mirror of
git://repo.or.cz/tinycc.git
synced 2026-07-08 04:18:40 +08:00
fix asm_expr_unary()
keep unary unsigned.
problem is exposed on i386 with unary like 0xC0000000.
In this case a sign is extended in
pe->v = n;
if n declared as long.
This commit is contained in:
parent
f2a4cb0a0e
commit
3f233ab127
Loading…
Reference in New Issue
Block a user