From bc445390566f8831dd8bb34bcc05d80c7401296a Mon Sep 17 00:00:00 2001 From: Yunsup Lee Date: Fri, 22 Nov 2013 14:06:49 -0800 Subject: add missing imm for stores --- parse-opcodes | 1 + 1 file changed, 1 insertion(+) (limited to 'parse-opcodes') diff --git a/parse-opcodes b/parse-opcodes index b5f3cf3..3117b8e 100755 --- a/parse-opcodes +++ b/parse-opcodes @@ -77,6 +77,7 @@ def str_inst(name,arguments): if 'imm12hi' in arguments and 'imm12lo' in arguments: arguments.remove('imm12hi') arguments.remove('imm12lo') + arguments.append('imm') if 'bimm12hi' in arguments and 'bimm12lo' in arguments: arguments.remove('bimm12hi') arguments.remove('bimm12lo') -- cgit v1.2.3