On 3/13/25 10:14, Pierrick Bouvier wrote:
+#ifdef CONFIG_ATOMIC64
+    case 8:
+        if (QEMU_IS_ALIGNED(pc, 8)) {
+            uint64_t t = qatomic_read__nocheck((uint64_t *)host);
+            stl_he_p(dest, t);

Should it be stq_he_p?

Good eyes, thanks.
This would have only appeared as disassembly errors on x86_64 guest.


r~

Reply via email to