diff options
| author | Tom Rini <[email protected]> | 2025-10-01 14:30:35 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-10 13:58:49 -0600 |
| commit | b30155c08e95550296668766bfd7d3da27c970fe (patch) | |
| tree | a7dfcc4109959ae96cc6a77d713b6aa2fee7e67f /doc/develop | |
| parent | 9de2fc9878e7a79752fab26312f9d160b4103e3e (diff) | |
sandbox: Rework readX/writeX macros to be more like ARM
The way that the current readX/writeX macros are implemented on sandbox
means that when IO_TRACE is not enabled some code will throw up
incorrect warnings due to how sandbox_{read,write} is implemented. We
instead need to do the "uX __v; __v = sandbox..(..v); __v;" trick that
ARM does.
Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'doc/develop')
0 files changed, 0 insertions, 0 deletions
