diff --git a/irdb-libs/ir_builders/fill_in_indtargs.cpp b/irdb-libs/ir_builders/fill_in_indtargs.cpp
index d0cf6414cdd3cca48834c12b50c6a6aedece2a71..5187bbca0cfbf3a6418da7075e0d10171d235ced 100644
--- a/irdb-libs/ir_builders/fill_in_indtargs.cpp
+++ b/irdb-libs/ir_builders/fill_in_indtargs.cpp
@@ -2675,7 +2675,7 @@ V2:
 		// Thus, this default is sane for most cases, and is only applied when we absolutely
 		// cannot find a bounds check on the table size.
 		//
-		auto table_size = 255U;
+		auto table_size = 512U;
 		auto found_table_size = false;
 		auto I1 = static_cast<Instruction_t *>(nullptr);