Well, I think so. I thought all Core2 Duos run 64-bit.

The build settings are for Xcode 3.1, OS 10.5. Are there any other settings I should be concerned with?

Also, tried the Intel 32-bit, and that also said it couldn't be converted to an integer.

On Apr 22, 2009, at 3:31 PM, Nick Zitzmann wrote:


On Apr 22, 2009, at 1:28 PM, Daniel Child wrote:

It says....

Running…
(gdb) po $rdi
Value can't be converted to integer.
(gdb)


Are you sure your program is running as Intel 64? The $rdi register is only available to X86-64 applications. In 32-bit Intel apps, arguments to functions are placed on the stack, which is in the $ebp register.

Nick Zitzmann
<http://www.chronosnet.com/>


_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to