]> git.proxmox.com Git - qemu.git/blobdiff - tests/tcg/mips/mips32-dsp/insv.c
target-mips: Fix incorrect code and test for INSV
[qemu.git] / tests / tcg / mips / mips32-dsp / insv.c
index 7e3b0476064dc6f93e659b7c11d3be2ba15dfd2f..243b00733d4f6886674c92c78ba87102c0643859 100644 (file)
@@ -10,7 +10,7 @@ int main()
     dsp    = 0x305;
     rt     = 0x12345678;
     rs     = 0x87654321;
-    result = 0x12345338;
+    result = 0x12345438;
     __asm
         ("wrdsp %2, 0x03\n\t"
          "insv  %0, %1\n\t"