From 4b14cb631b3f37502d76fe22aa4d6cd582cf00e4 Mon Sep 17 00:00:00 2001 From: comex Date: Wed, 28 Jan 2015 00:46:51 -0500 Subject: some more stuff compiles --- lib/darwin/thread-state.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 lib/darwin/thread-state.h (limited to 'lib/darwin/thread-state.h') diff --git a/lib/darwin/thread-state.h b/lib/darwin/thread-state.h deleted file mode 100644 index 0bae7be..0000000 --- a/lib/darwin/thread-state.h +++ /dev/null @@ -1,24 +0,0 @@ -#pragma once -#include - -struct _x86_thread_state_32 { - uint32_t eax, ebx, ecx, edx, edi, esi, ebp, esp; - uint32_t ss, eflags, eip, cs, ds, es, fs, gs; -}; -#define _x86_thread_state_32_flavor 1 -struct _x86_thread_state_64 { - uint64_t rax, rbx, rcx, rdx, rdi, rsi, rbp, rsp; - uint64_t r8, r9, r10, r11, r12, r13, r14, r15; - uint64_t rip, rflags, cs, fs, gs; -}; -#define _x86_thread_state_64_flavor 4 -struct _arm_thread_state_32 { - uint32_t r[13], sp, lr, pc, cpsr; -}; -#define _arm_thread_state_32_flavor 9 -struct _arm_thread_state_64 { - uint64_t x[29], fp, lr, sp, pc; - uint32_t cpsr, pad; -}; -#define _arm_thread_state_64_flavor 6 - -- cgit v1.2.3