commit | be2e4e65380f625f01648678798aaecf5a66bc48 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Thu Dec 22 21:45:15 2022 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Thu Dec 22 21:55:47 2022 -0500 |
tree | b8d43cbc10eb279022edbd46e2aac59c760e1cba | |
parent | 547eedc132de227210d1ba7fc68703170c274f61 [diff] |
sim: moxie: replace custom "word" type with int32_t This is a 32-bit architecture with 32-bit registers, so replace the custom "word" int typedef with an explicit int32_t. Practically speaking, this produces the same code, but it should hopefully make it easier to merge common code in the future.