diff options
Diffstat (limited to 'src/core/arm/arm_interface.h')
| -rw-r--r-- | src/core/arm/arm_interface.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/arm/arm_interface.h b/src/core/arm/arm_interface.h index 976c339e8..85ed2c698 100644 --- a/src/core/arm/arm_interface.h +++ b/src/core/arm/arm_interface.h | |||
| @@ -99,9 +99,8 @@ public: | |||
| 99 | * @param stack_top Pointer to the top of the stack | 99 | * @param stack_top Pointer to the top of the stack |
| 100 | * @param entry_point Entry point for execution | 100 | * @param entry_point Entry point for execution |
| 101 | * @param arg User argument for thread | 101 | * @param arg User argument for thread |
| 102 | * @param tls_address Address of the Thread Local Storage for the thread | ||
| 103 | */ | 102 | */ |
| 104 | virtual void ResetContext(Core::ThreadContext& context, u32 stack_top, u32 entry_point, u32 arg, u32 tls_address) = 0; | 103 | virtual void ResetContext(Core::ThreadContext& context, u32 stack_top, u32 entry_point, u32 arg) = 0; |
| 105 | 104 | ||
| 106 | /** | 105 | /** |
| 107 | * Saves the current CPU context | 106 | * Saves the current CPU context |