还有另一个地方需要修复的,已处理

This commit is contained in:
anod 2023-03-08 15:37:09 +08:00
parent 56c7948636
commit 8aa7f28660

View File

@ -305,7 +305,7 @@ static int cht_calc_needsize( int mode, int numirq )
}
}
return total + 1;
return total + sizeof(instruction_t);
}
static CodeLocation rom_fit_newsize( CodeLocation rom, int realend, int totalsize, u32 *newsize )