
4 Oct
2010
4 Oct
'10
11:18 p.m.
On Mon, 4 Oct 2010 23:15:11 +0200 Marek Vasut marek.vasut@gmail.com wrote:
Dne Po 4. října 2010 19:59:14 Scott Wood napsal(a):
NACK, you're taking the address of stack data and using it after the stack frame goes away.
The .data section doesn't exist at 0x0 (where the stuff is linked) when this code is executed in my case.
So fix the linking. :-)
-Scott