commit | 7606e1a3904368d942ad886c110dc34581e98c42 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sun Dec 05 12:26:29 2021 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Thu Jan 06 01:17:37 2022 -0500 |
tree | fa2cfb9f0421c4818324ffcf55b4a5028e42acc0 | |
parent | eae126cb7e10fd2107f4457af929eda96447f728 [diff] |
sim: m68hc11: 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. Also migrate off the sim-specific unsignedXX types.