summaryrefslogtreecommitdiff
path: root/libl4/l4
diff options
context:
space:
mode:
authormarcus <marcus>2004-04-23 18:40:58 +0000
committermarcus <marcus>2004-04-23 18:40:58 +0000
commit942bbdfae479c420ceb9f34600e35ba4d18ceedf (patch)
treef8fd4cdcf6cabcb82a080d1fb323219caaf14dea /libl4/l4
parentafd3676da0f88cf757850fc7e0a1b421f7fd0d02 (diff)
2004-04-23 Marco Gerards <metgerards@student.han.nl>
* l4/thread.h (__L4_STOP): Don't use _L4_XCHG_REGS_SET_SP and _L4_XCHG_REGS_SET_IP.
Diffstat (limited to 'libl4/l4')
-rw-r--r--libl4/l4/thread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libl4/l4/thread.h b/libl4/l4/thread.h
index 5be883a..819aa1f 100644
--- a/libl4/l4/thread.h
+++ b/libl4/l4/thread.h
@@ -317,7 +317,6 @@ name ## _sp_ip_flags (_L4_thread_id_t thread, _L4_word_t *sp, \
_L4_word_t *ip, _L4_word_t *flags) \
{ \
_L4_word_t control = _L4_XCHG_REGS_SET_HALT | _L4_XCHG_REGS_HALT \
- | _L4_XCHG_REGS_SET_SP | _L4_XCHG_REGS_SET_IP \
| (extra_control); \
_L4_word_t dummy = 0; \
_L4_thread_id_t pager = _L4_nilthread; \