mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
Clean Warnings (?)
This commit is contained in:
parent
70d45b2a59
commit
1212e9e231
15 changed files with 20 additions and 20 deletions
|
@ -693,7 +693,7 @@ static void ReadMemory() {
|
|||
u64 len =
|
||||
HexToLong(start_offset, static_cast<u64>((command_buffer + command_length) - start_offset));
|
||||
|
||||
LOG_DEBUG(Debug_GDBStub, "gdb: addr: %016llx len: %016llx\n", addr, len);
|
||||
LOG_DEBUG(Debug_GDBStub, "gdb: addr: %016lx len: %016lx\n", addr, len);
|
||||
|
||||
if (len * 2 > sizeof(reply)) {
|
||||
SendReply("E01");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue