diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-09-22 22:45:18 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-09-22 22:45:18 +0300 |
| commit | b1d67364b4b4832b8efed112f7b0ead1a0b3cd3b (patch) | |
| tree | 7926bfb428703515438c08b98c61cbffd34b3cbb /src/components/bus/simple_bus.c | |
| parent | 32f9719e29762001f73460acd31f2a6da8fd6298 (diff) | |
| download | gran-b1d67364b4b4832b8efed112f7b0ead1a0b3cd3b.tar.gz gran-b1d67364b4b4832b8efed112f7b0ead1a0b3cd3b.zip | |
start experimenting with processor grids
Diffstat (limited to 'src/components/bus/simple_bus.c')
| -rw-r--r-- | src/components/bus/simple_bus.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/bus/simple_bus.c b/src/components/bus/simple_bus.c index 440ff8a..218e930 100644 --- a/src/components/bus/simple_bus.c +++ b/src/components/bus/simple_bus.c @@ -172,7 +172,7 @@ struct component *create_simple_bus() } stat simple_bus_add(struct component *bus, struct component *component, - uintptr_t addr, size_t size) + uint64_t addr, uint64_t size) { struct mem_region *new = calloc(1, sizeof(struct mem_region)); if (!new) |
