diff options
author | Evan Lojewski <github@meklort.com> | 2018-06-13 20:37:57 -0600 |
---|---|---|
committer | Evan Lojewski <github@meklort.com> | 2018-06-13 20:37:57 -0600 |
commit | 2fa27d8accff8c97ad99c72ccc98320e85a99c3c (patch) | |
tree | 79dc5c1a7cd7ce985c1afcb18715a5747225db06 /simulator/bcm5719_GEN.cpp | |
parent | 814302565688d88351949a0ccef815541386ce9e (diff) | |
download | bcm5719-ortega-2fa27d8accff8c97ad99c72ccc98320e85a99c3c.tar.gz bcm5719-ortega-2fa27d8accff8c97ad99c72ccc98320e85a99c3c.zip |
Begin enabling building for mips targets.
Diffstat (limited to 'simulator/bcm5719_GEN.cpp')
-rw-r--r-- | simulator/bcm5719_GEN.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/simulator/bcm5719_GEN.cpp b/simulator/bcm5719_GEN.cpp index a2c99f8..82570e5 100644 --- a/simulator/bcm5719_GEN.cpp +++ b/simulator/bcm5719_GEN.cpp @@ -91,5 +91,9 @@ void init_bcm5719_GEN(void) /** @brief Bitmap for @ref GEN_t.GenCfg5. */ + /** @brief Bitmap for @ref GEN_t.GenDbgControlStatus. */ + + /** @brief Bitmap for @ref GEN_t.GenDbgData. */ + } |