Skip to content

Commit

Permalink
fixed minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tinebp committed Aug 6, 2024
1 parent c265ff9 commit df8355a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/regression.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ rm -f blackbox.*.cache

XLEN=${XLEN:=@XLEN@}

XSIZE=$(XLEN/8)
XSIZE=$((XLEN / 8))

echo "Vortex Regression Test: XLEN=$XLEN"

Expand Down

0 comments on commit df8355a

Please sign in to comment.