提交 339dea27 编写于 作者: A aurel32

Use correct memory types in do_physical_memory_save()

(Stuart Brady)


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4198 c046a42c-6fe2-441c-8c8c-71466251a162
上级 796d8286
......@@ -750,7 +750,7 @@ static void do_physical_memory_save(unsigned int valh, unsigned int vall,
FILE *f;
uint32_t l;
uint8_t buf[1024];
target_long addr = GET_TLONG(valh, vall);
target_phys_addr_t addr = GET_TPHYSADDR(valh, vall);
f = fopen(filename, "wb");
if (!f) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册