WIP MachO binutils port assisted by AI I may consider upstreaming this in the future.
0

Configure Feed

Select the types of activity you want to include in your feed.

sim: ppc: drop unused types from sim-main.h

The common sim headers should define these for us already, so there's
no need for the ppc header to set them up.

Mike Frysinger (Dec 23, 2022, 12:57 AM EST) 10861ec9 3eaecff5

-7
-7
sim/ppc/sim-main.h
··· 1 1 #include "sim-basics.h" 2 - 3 - typedef uint32_t sim_cia; 4 - 5 2 #include "sim-base.h" 6 - 7 - struct sim_state { 8 - sim_state_base base; 9 - };