[haiku-development] Re: The Haiku stack end is not aligned
- From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
- To: haiku-development@xxxxxxxxxxxxx
- Date: Sun, 18 Nov 2007 13:00:25 +0100 CET
"Ryan Leavengood" <leavengood@xxxxxxxxx> wrote:
> thread_info threadInfo;
> get_thread_info(find_thread(NULL), &threadInfo);
> return threadInfo.stack_end;
>
> Is there something wrong with this? Is there some reason the
> stack_end
> is not aligned? Should I just add a byte or two to the pointer?
Fixed in r22945 - on BeOS, the stack end pointer is exclusive, on Haiku
it was inclusive up to now.
Thanks for the hint :-)
Bye,
Axel.
- Follow-Ups:
- [haiku-development] Re: The Haiku stack end is not aligned
- From: Ryan Leavengood
- References:
- [haiku-development] The Haiku stack end is not aligned
- From: Ryan Leavengood
Other related posts:
- » [haiku-development] The Haiku stack end is not aligned
- » [haiku-development] Re: The Haiku stack end is not aligned
- » [haiku-development] Re: The Haiku stack end is not aligned
- » [haiku-development] Re: The Haiku stack end is not aligned
- [haiku-development] Re: The Haiku stack end is not aligned
- From: Ryan Leavengood
- [haiku-development] The Haiku stack end is not aligned
- From: Ryan Leavengood