ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/name_registry.cpp
(Generate patch)

Comparing SheepShaver/src/name_registry.cpp (file contents):
Revision 1.20 by gbeauche, 2008-01-01T09:47:38Z vs.
Revision 1.21 by asvitkine, 2009-08-18T18:26:10Z

# Line 97 | Line 97 | void DoPatchNameRegistry(void)
97                  SheepRegEntryID aapl_rom;
98                  if (!RegistryCStrEntryCreate(device_tree.addr(), "AAPL,ROM", aapl_rom.addr())) {
99                          RegistryPropertyCreateStr(aapl_rom.addr(), "device_type", "rom");
100 <                        SheepPair reg(ROM_BASE, ROM_SIZE);
100 >                        SheepPair reg(ROMBase, ROM_SIZE);
101                          RegistryPropertyCreate(aapl_rom.addr(), "reg", reg.addr(), 8);
102                  }
103  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines