Skip to content
Commit b8da04db authored by Martyn Capewell's avatar Martyn Capewell
Browse files

Remove undefined behaviour in add/sub immediate

The macro assembler support for add/sub immediate could attempt to negate the
minimum int64_t value, which is undefined behaviour. Check the value before
negation.

Change-Id: If5c12515fbef490318a90930e7a362876b0e6dc5
parent f84b4643
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment