Re: [Patch] [aarch64] Change two function declaration types

2019-05-24 Thread Richard Sandiford
Matthew Malcomson writes: > Commit r271514 missed changing the type of two functions in > aarch64-protos.h. The function definitions had been updated to use > uint64_t while the function declarations had been missed. > They were missed since I only tested the patch on aarch64 where > `unsigned lo

Re: [Patch] [aarch64] Change two function declaration types

2019-05-24 Thread Richard Earnshaw (lists)
On 24/05/2019 11:28, Matthew Malcomson wrote: > Commit r271514 missed changing the type of two functions in > aarch64-protos.h. The function definitions had been updated to use > uint64_t while the function declarations had been missed. > They were missed since I only tested the patch on aarch64 w