From b0ad39339b8ad835248e5e9368392163012ecb07 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 17 Mar 2024 06:25:11 +0000 Subject: disassembling sb is fine, tests ensure it happens now --- tests/armv8/a64.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/armv8/a64.rs b/tests/armv8/a64.rs index 00f53e6..38080ef 100644 --- a/tests/armv8/a64.rs +++ b/tests/armv8/a64.rs @@ -75,6 +75,8 @@ fn test_barrier() { test_display([0xbf, 0x3d, 0x03, 0xd5], "dmb ld"); test_display([0xbf, 0x3e, 0x03, 0xd5], "dmb st"); test_display([0xbf, 0x3f, 0x03, 0xd5], "dmb sy"); + // only with FEAT_SB + test_display([0xff, 0x30, 0x03, 0xd5], "sb"); } #[test] -- cgit v1.1