mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-02-03 15:32:36 +00:00
ppcdisasm: fix string buffer overflow in VS19.
This commit is contained in:
parent
24652de392
commit
4ecc48a6cc
@ -425,7 +425,7 @@ void opc_bcx(PPCDisasmContext* ctx)
|
||||
{
|
||||
uint32_t bo, bi, dst, cr;
|
||||
char opcode[10] = "b";
|
||||
char operands[10] = "";
|
||||
char operands[12] = "";
|
||||
|
||||
bo = (ctx->instr_code >> 21) & 0x1F;
|
||||
bi = (ctx->instr_code >> 16) & 0x1F;
|
||||
|
Loading…
x
Reference in New Issue
Block a user