]> git.proxmox.com Git - qemu.git/commit - linux-user/main.c
target-mips: rename CP0_LLAddr into lladdr
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 22 Nov 2009 12:08:14 +0000 (13:08 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 22 Nov 2009 13:12:13 +0000 (14:12 +0100)
commit5499b6ffac490a3a44dcb97e9cebb99f0151d696
tree5295d73c8dc5ce40ca931b97912b8ace7c7feda5
parentdd4239d6574ca41c94fc0d0f77ddc728510ffc57
target-mips: rename CP0_LLAddr into lladdr

The variable CP0_LLAddr represent the full lladdr, not the actual
register value, which is only part of this value and depends on the
CPU.

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
linux-user/main.c
target-mips/cpu.h
target-mips/machine.c
target-mips/op_helper.c
target-mips/translate.c