git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3695
typedef VexGuestAMD64State VexGuestArchState;
-/* ---------------------------------------------------------------------
- libpthread stuff
- ------------------------------------------------------------------ */
-
-// ToDo XXX??? not at all sure about this...
-struct _ThreadArchAux {
- // void* tls_data;
- // int tls_segment;
- // unsigned long sysinfo;
-};
-
/* ---------------------------------------------------------------------
Miscellaneous constants
------------------------------------------------------------------ */
typedef VexGuestARMState VexGuestArchState;
-/* ---------------------------------------------------------------------
- libpthread stuff
- ------------------------------------------------------------------ */
-
-struct _ThreadArchAux {
- // XXX: nothing?
-};
-
/* ---------------------------------------------------------------------
Miscellaneous constants
------------------------------------------------------------------ */
// Used by leakcheck
extern void VGA_(mark_from_registers)(ThreadId tid, void (*marker)(Addr));
-////typedef struct _ThreadArchAux ThreadArchAux;
-
// ---------------------------------------------------------------------
// Platform-specific things defined in eg. x86/*.c