Skip to content

Commit cfebf44

Browse files
authored
C&T 69000: avoid stale linear mappings
1 parent 873d879 commit cfebf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/video/vid_chips_69000.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1887,7 +1887,7 @@ chips_69000_pci_write(int func, int addr, uint8_t val, void *p)
18871887
case 0x13:
18881888
{
18891889
// if (!(chips->pci_conf_status & PCI_COMMAND_MEM)) {
1890-
chips->linear_mapping.base = val << 24;
1890+
// chips->linear_mapping.base = val << 24;
18911891
// break;
18921892
// }
18931893
mem_mapping_set_addr(&chips->linear_mapping, val << 24, (1 << 24));

0 commit comments

Comments
 (0)