From 7d554943ba2f60d7562a7f7360b683885313dec8 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 30 Nov 2021 02:30:46 -0500 Subject: sim: mips/or1k: drop redundant arg to bitsize macro These are just using the default behavior for the 3rd arg, so drop it to make it more clear. This also makes them match all other ports that only use the first 2 arguments. --- sim/or1k/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim/or1k/configure') diff --git a/sim/or1k/configure b/sim/or1k/configure index 8dc8884..46e30c1 100755 --- a/sim/or1k/configure +++ b/sim/or1k/configure @@ -1676,7 +1676,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu wire_word_bitsize="32" wire_word_msb="31" -wire_address_bitsize="32" +wire_address_bitsize="" wire_cell_bitsize="" # Check whether --enable-sim-bitsize was given. if test "${enable_sim_bitsize+set}" = set; then : -- cgit v1.1