commit | ee1cffd3883c1d846ad58c1fb86559bb2f930361 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Oct 31 21:43:10 2022 +0545 |
committer | Mike Frysinger <vapier@gentoo.org> | Wed Nov 02 20:31:10 2022 +0545 |
tree | 650a83e14dc8dcb5e061093643102eca8163b461 | |
parent | 26f228db710f54b54aea4d9a05214add0cf9f541 [diff] |
sim: common: change sim_{fetch,store}_register helpers to use void* buffers When reading/writing arbitrary data to the system's memory, the unsigned char pointer type doesn't make that much sense. Switch it to void so we align a bit with standard C library read/write functions, and to avoid having to sprinkle casts everywhere.