Skip to content

Commit

Permalink
temporary simx fix for riscv vector tests
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelJSr committed Oct 9, 2024
1 parent 45c0121 commit 0b3f423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/simx/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ int main(int argc, char **argv) {
}

if (riscv_test) {
return (1 - exitcode);
return (13 - exitcode); // temporary fix for riscv vector tests
}
return exitcode;
}

0 comments on commit 0b3f423

Please sign in to comment.