From 977e7124bb85a544ea3f1fd22b7fc405355ae9fe Mon Sep 17 00:00:00 2001 From: Steve Hoover Date: Wed, 15 Dec 2021 18:41:02 -0500 Subject: [PATCH] Fix. --- lib/risc-v_shell_lib.tlv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/risc-v_shell_lib.tlv b/lib/risc-v_shell_lib.tlv index 2fcaaa5..493b425 100644 --- a/lib/risc-v_shell_lib.tlv +++ b/lib/risc-v_shell_lib.tlv @@ -710,7 +710,7 @@ m4+definitions([' let instr = this.svSigRef(`instrs(${this.getIndex()})`) if (instr) { let binary_str = instr.goToSimStart().asBinaryStr("") - this.getInitObject("binary").set(text: binary_str}) + this.getInitObject("binary").set({text: binary_str}) } let disassembled = this.svSigRef(`instr_strs(${this.getIndex()})`) if (disassembled) {