Skip to content

Commit 0e3d95f

Browse files
committed
Remove unnecessary code
1 parent d800a6d commit 0e3d95f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

model/riscv_insts_zcmt.sail

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ mapping clause encdec_compressed = CM_JT(index) if extensionEnabled(Ext_Zcmt) &
6363
function clause execute (CM_JT(index)) = {
6464
let base : bits(xlen) = jvt[base] @ 0b000000;
6565
let index : bits(xlen) = zero_extend(index);
66-
var a : bits(xlen) = zeros();
6766
if jvt[mode] == 0b000000 then {
6867
let table_address = base + index << log2_xlen_bytes;
6968
match fetch_jump_table(table_address) {

0 commit comments

Comments
 (0)