Skip to content

Commit

Permalink
Add regression test for aarch64_immhi_page
Browse files Browse the repository at this point in the history
  • Loading branch information
AeonLucid committed Aug 9, 2024
1 parent ed931ea commit 3609819
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/arch/aarch64/arch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1846,7 +1846,10 @@
("XXXXXXXX TLBI 0x0, c7, 0x0, XZR",
"1F8708D5"),
("XXXXXXXX YIELD ",
"3F2003D5")
"3F2003D5"),

("XXXXXXXX ADR X29, 0xFFFFFFFFFFFFFAC8",
"5DD6FF10"),
]


Expand Down

0 comments on commit 3609819

Please sign in to comment.