commit | 5effb13d407a2ba67a631f1b6e12039c2a8398dd | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sun Nov 03 06:35:51 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Nov 14 10:51:07 2024 -0600 |
tree | 8e759a771801dab61aa2889240bb4f1e9771895a | |
parent | 8ce7f889b7652e8780a6674d1c1c66f0576ee909 [diff] |
examples: make glue and demo code compatible with 64-bit Commit f9886bc60f42 ("Added arm64 assembly for examples/api crt0") added a 64-bit target for the examples but did not adjust the demo code to be 64-bit compatible. Change variable size for pointers. Use %p to print pointers. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>