qemu/target-m68k
Sergey Sorokin b35399bb4e Fix confusing argument names in some common functions
There are functions tlb_fill(), cpu_unaligned_access() and
do_unaligned_access() that are called with access type and mmu index
arguments. But these arguments are named 'is_write' and 'is_user' in their
declarations. The patches fix the arguments to avoid a confusion.

Signed-off-by: Sergey Sorokin <afarallax@yandex.ru>
Reviewed-by: Eduardo Habkost <ehabkost@redhat.com>
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Message-id: 1465907177-1399402-1-git-send-email-afarallax@yandex.ru
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
2016-07-12 13:06:08 +01:00
..
cpu-qom.h
cpu.c
cpu.h target-*: Don't redefine cpu_exec() 2016-06-29 14:03:47 +02:00
gdbstub.c
helper.c
helper.h
m68k-semi.c
Makefile.objs
op_helper.c Fix confusing argument names in some common functions 2016-07-12 13:06:08 +01:00
qregs.def
translate.c