3c1d2d79f0
Type word_t is for encoding the machine instructions. It only needs 32 bits for PowerPC. It was long (which can have 32 or 64 bits), and there was a second type quad (which was uint32_t). Switch word_t to uint32_t and replace quad with word_t. Also change valu_t and ADDR_T away from long. |
||
---|---|---|
.. | ||
mach0.c | ||
mach1.c | ||
mach2.c | ||
mach3.c | ||
mach4.c | ||
mach5.c |