1
0
mirror of synced 2026-05-03 14:50:26 +00:00

drivertools.h: switch from log_assert(0) to log_abort() for new feature

This commit is contained in:
Larry Doolittle
2024-11-08 10:30:11 -08:00
parent d36a387aca
commit 3ae9ca7c2b

View File

@@ -386,7 +386,7 @@ public:
inner = multiple_.hash();
break;
default:
log_assert(0);
log_abort();
break;
}
return mkhash((unsigned int)type_, inner);
@@ -937,7 +937,7 @@ public:
inner = multiple_.hash();
break;
default:
log_assert(0);
log_abort();
break;
}
return mkhash((unsigned int)type_, inner);