From d9986fbadb6c50b826e39e5f690bcf0b4cd6a20b Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Sat, 28 May 2016 05:10:55 +0200 Subject: MIPS64, part 1: Add MIPS64 support to interpreter. Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc. --- src/jit/dis_mips.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/jit') diff --git a/src/jit/dis_mips.lua b/src/jit/dis_mips.lua index 2bf8b389..19327d6f 100644 --- a/src/jit/dis_mips.lua +++ b/src/jit/dis_mips.lua @@ -38,7 +38,7 @@ local map_special = { "multST", "multuST", "divST", "divuST", false, false, false, false, "addDST", "addu|moveDST0", "subDST", "subu|neguDS0T", - "andDST", "orDST", "xorDST", "nor|notDST0", + "andDST", "or|moveDST0", "xorDST", "nor|notDST0", false, false, "sltDST", "sltuDST", false, false, false, false, "tgeSTZ", "tgeuSTZ", "tltSTZ", "tltuSTZ", -- cgit v1.2.3-55-g6feb