[PATCH 1/3] emulator: fix confused param list

2013-06-25 Thread Arthur Chunqi Li
Fix param list of test_mmx_movq_mf and test_movabs. The previous version uses "insn_page" and "insn_ram" which are not used afterwards. There are also two variants named "insn_page" and "insn_ram", which has no relation with these two functions. Signed-off-by: Arthur Chunqi Li --- x86/emulator.c

Re: [PATCH 1/3] emulator: fix confused param list

2013-06-25 Thread Arthur Chunqi Li
These patches are some unfinished work and bug fixes related to Paolo's exercise. I think I'd better finish these simple jobs. Arthur On Tue, Jun 25, 2013 at 4:51 PM, Arthur Chunqi Li wrote: > Fix param list of test_mmx_movq_mf and test_movabs. The previous > version uses "insn_page" and "insn_r