Do something about ppc and ppc64
rodionovd opened this issue · 1 comments
rodionovd commented
Yeah, they may still be a thing, and we should handle them appropriately: log an error and stop doing anything, I guess.
rodionovd commented
Well, I guess if even Apple gave up on these, so should do we:
// from mach/machine/thread_state.h
#if defined (__i386__) || defined(__x86_64__)
#include "mach/i386/thread_state.h"
#else
#error architecture not supported
#endif