diff options
| author | bunnei <bunneidev@gmail.com> | 2016-12-22 00:08:09 -0500 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2016-12-22 00:27:49 -0500 |
| commit | 8b1e269e5898ad0b6aadabee41fea777f0e62fdc (patch) | |
| tree | 74040972517faa02fa84a819c5a39fcad12a8953 /src/core/core.h | |
| parent | e26fbfd1d72c026d0f25c09595e7123459b1734f (diff) | |
ThreadContext: Move from "core" to "arm_interface".
Diffstat (limited to 'src/core/core.h')
| -rw-r--r-- | src/core/core.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/core/core.h b/src/core/core.h index b0f8df441..1015e8847 100644 --- a/src/core/core.h +++ b/src/core/core.h @@ -19,17 +19,6 @@ class AppLoader; namespace Core { -struct ThreadContext { - u32 cpu_registers[13]; - u32 sp; - u32 lr; - u32 pc; - u32 cpsr; - u32 fpu_registers[64]; - u32 fpscr; - u32 fpexc; -}; - class System { public: /** |
