sim: moxie: replace custom "word" type with int32_t
authorMike Frysinger <vapier@gentoo.org>
Fri, 23 Dec 2022 02:45:15 +0000 (21:45 -0500)
committerMike Frysinger <vapier@gentoo.org>
Fri, 23 Dec 2022 02:55:47 +0000 (21:55 -0500)
commitbe2e4e65380f625f01648678798aaecf5a66bc48
treeb8d43cbc10eb279022edbd46e2aac59c760e1cba
parent547eedc132de227210d1ba7fc68703170c274f61
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.
sim/moxie/interp.c