summaryrefslogtreecommitdiffstats
path: root/simulator
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-03-24 23:08:03 -0600
committerEvan Lojewski <github@meklort.com>2019-03-24 23:08:03 -0600
commita90f20ab73197db999ebb9abb58470023766a95e (patch)
tree24daf923efb4809e3bae7d0f5ed2394fdefdce73 /simulator
parent0c2622bbe8309e58d911a1ab3bedfcffc81f170c (diff)
downloadbcm5719-ortega-a90f20ab73197db999ebb9abb58470023766a95e.tar.gz
bcm5719-ortega-a90f20ab73197db999ebb9abb58470023766a95e.zip
Fix typoe in HAL.
Diffstat (limited to 'simulator')
-rw-r--r--simulator/HAL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/simulator/HAL.cpp b/simulator/HAL.cpp
index 73f421a..3e8bef7 100644
--- a/simulator/HAL.cpp
+++ b/simulator/HAL.cpp
@@ -256,7 +256,7 @@ bool initHAL(const char *pci_path, int wanted_function)
init_bcm5719_APE_mmap(APEBase);
init_bcm5719_SHM();
- init_bcm5719_SHM_mmap(&DAPEBase[0x4000]);
+ init_bcm5719_SHM_mmap(&APEBase[0x4000]);
return true;
}
OpenPOWER on IntegriCloud