fix warning: remove unused variables
This commit is contained in:
parent
00da434bec
commit
e6c25cbdee
1
exec.c
1
exec.c
@ -1368,7 +1368,6 @@ bool cpu_physical_memory_test_dirty(ram_addr_t start,
|
|||||||
unsigned long end, page;
|
unsigned long end, page;
|
||||||
bool dirty = false;
|
bool dirty = false;
|
||||||
RAMBlock *ramblock;
|
RAMBlock *ramblock;
|
||||||
uint64_t mr_offset, mr_size;
|
|
||||||
|
|
||||||
if (length == 0) {
|
if (length == 0) {
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user