Skip to content
Commit 709e98b7 authored by Simon Glass's avatar Simon Glass
Browse files

Allow iotrace byte access to use an address of any size



If an address is used with readb() and writeb() which is smaller than the
expected size (e.g. 32-bit value on a machine with 64-bit addresses), a
warning results. Fix this by adding a cast.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent a219639d
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