On Thu, 01 May 2008 16:19:57 +0200, Daniel Jacobowitz <[EMAIL PROTECTED]> wrote:
"No registers" is better than crashing, but the right answer would be void *.
No, because there is no $fp register on this platform. The register is %ebp; $fp is a GDB interpretation of the frame pointer based on registers and unwind tables.
I realize that $fp is not a real one, but it's nevertheless something that has a value, and is essentially of pointer type. $fp is more like a nice way to say something like gdb_get_frame_pointer(), but even that expression would still have a type. -- Alexey Feldgendler <[EMAIL PROTECTED]> [ICQ: 115226275] http://feldgendler.livejournal.com -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]