diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-07-09 02:32:35 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-07-09 02:32:35 +0200 |
commit | 023f8a42e1e53cd69100e861b12f6dd6e16dfbf9 (patch) | |
tree | f5b40fb83e08498517207b4074cf5cd63935e0f7 | |
parent | fdfdcd49bb4fa32572ec9708779dab2a20cebd90 (diff) | |
download | bxgen-023f8a42e1e53cd69100e861b12f6dd6e16dfbf9.zip |
Remove line
-rwxr-xr-x | bxgen.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -724,7 +724,6 @@ void unit_write(Pool *pool, i64 unit, u16 target, i64 io_out, void *io_user_data // ELF https://man7.org/linux/man-pages/man5/elf.5.html // - assert(pool != NULL && pool->entities != NULL); assert(pool->entities[unit].is_enabled); assert(pool->entities[unit].unit.entry_point_index != UNDEFINED); |