mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-08-18 19:47:03 +02:00
fix: bad debug prints
This commit is contained in:
parent
158c597aeb
commit
39dc7d8c8a
3 changed files with 4 additions and 5 deletions
|
|
@ -85,7 +85,6 @@ bool replace_unsigned(U *addr, U original_value, U new_value) {
|
|||
);
|
||||
DCFlushRange(addr, sizeof(new_value));
|
||||
|
||||
DEBUG_FUNCTION_LINE_VERBOSE("%08x is now %08x", inst, *inst);
|
||||
return *addr == new_value;
|
||||
}
|
||||
template bool replace_unsigned<uint64_t>(uint64_t *, uint64_t, uint64_t);
|
||||
|
|
|
|||
Loading…
Reference in a new issue