]> git.proxmox.com Git - mirror_qemu.git/commit
tcx: fix cut/paste error in update_palette_entries()
authorMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Mon, 1 May 2017 07:33:47 +0000 (08:33 +0100)
committerMark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Fri, 5 May 2017 08:48:32 +0000 (09:48 +0100)
commitb290f3b12e30e4da7acd10662e85ae8b37d75d44
tree2fafc8be682be755b78a208024ec61e161fd4163
parente619b14746e5d8c0e53061661fd0e1da01fd4d60
tcx: fix cut/paste error in update_palette_entries()

Commit ee72bed0 "tcx: remove primitives for non-32-bit surfaces" accidentally
left a trailing break in update_palette_entries() causing the palette update
routine to exit after just one iteration. Remove it.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
hw/display/tcx.c