On Thu, Mar 25, 2021 at 04:56:55PM +0100, Andrew Jones wrote: > Fix the loading of argc. Nikos reported an issue with its alignment > while testing target-efi (aligned to four bytes is OK, as long as we > only load four bytes like we should). Also, take a patch developed > while working on target-efi which can make debugging a bit more > convenient (by doing some subtraction for the test developer). > > Andrew Jones (2): > arm64: argc is an int > arm64: Output PC load offset on unhandled exceptions > > arm/cstart64.S | 2 +- > arm/flat.lds | 1 + > lib/arm64/processor.c | 7 +++++++ > 3 files changed, 9 insertions(+), 1 deletion(-) > > -- > 2.26.3 > Thanks for the review, Nikos! Applied to arm/queue https://gitlab.com/rhdrjones/kvm-unit-tests/-/commits/arm/queue Thanks, drew