mirror of https://github.com/xemu-project/xemu.git
a bunch of trailing whitespace has accumulated
This commit is contained in:
parent
537b05b838
commit
1a4664a9f8
|
@ -3289,6 +3289,7 @@ static void pgraph_method(NV2AState *d,
|
|||
if (parameter != 0) {
|
||||
assert(!(pg->pending_interrupts & NV_PGRAPH_INTR_NOTIFY));
|
||||
|
||||
|
||||
pg->trapped_channel_id = pg->channel_id;
|
||||
pg->trapped_subchannel = subchannel;
|
||||
pg->trapped_method = method;
|
||||
|
@ -6062,10 +6063,6 @@ static void nv2a_register(void)
|
|||
}
|
||||
type_init(nv2a_register);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void nv2a_init(PCIBus *bus, int devfn, MemoryRegion *ram)
|
||||
{
|
||||
PCIDevice *dev = pci_create_simple(bus, devfn, "nv2a");
|
||||
|
|
Loading…
Reference in New Issue