commit | 70d0d9f04a51b8c441334f42cd5dfb1f9215be53 | [log] [tgz] |
---|---|---|
author | Alex Coplan <alex.coplan@arm.com> | Wed Dec 06 17:47:52 2023 +0000 |
committer | Alex Coplan <alex.coplan@arm.com> | Wed Dec 06 18:41:36 2023 +0000 |
tree | 1cd249809792b27edc6ac47f3c14e8334e00b45f | |
parent | b107ba426e4559789d7358691a066ba6a92e86bb [diff] |
morello, testsuite: Fix up morello-stubs-static.d The expected disassembly for this test is testing for the wrong thing: it expects the adrp immediate to be zero-extended instead of sign-extended, which is incorrect. That shows up as a test failure after fixing the disassembly in the previous patch. This patch fixes the test.