commit | 74ccc978200bc96b48ef52385cadf5ddb131dc21 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sun Dec 05 12:28:57 2021 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Thu Jan 06 01:17:37 2022 -0500 |
tree | f41ed8ba853d1f4594916169b00ba8f34e8a967c | |
parent | 436c3d9d7b20b522d9bc9d737c491ac4e6c719be [diff] |
sim: mn10300: migrate to standard uintXX_t types This old port setup its own uintXX types, but since we require C11 now, we can assume the standard uintXX_t types exist and use them.