]> git.proxmox.com Git - qemu.git/commit - hw/m48t59.c
m48t59: fix write access
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 15 Oct 2011 08:05:18 +0000 (08:05 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 23 Oct 2011 14:08:30 +0000 (14:08 +0000)
commitb1f88301b552dff815d9b355c1e4c073278a77c1
tree8e09468bfee21d43df0a96b0dc4e612c6326ab7a
parent0fb56ffc5edd66f12ccfc0d71af5f9c79c0a2612
m48t59: fix write access

Fix incorrect order of arguments, letting writes to NVRAM succeed.

It looks like guests never write to the device, only read from it, since the bug
originates back to 819385c58b319d9f80d676cefaed0610118f03ac.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/m48t59.c