Changeset 44729

Timestamp:
Apr 23, 2008, 1:35:01 AM (15 years ago)
Author:
Noel Belcourt
Message:

Fixed intel-darwin unresolved symbols by changing the
wide integer type from unsigned int (which managles as
a 'j') to an int (which mangles as an 'i'). This
change makes intel-darwin generated code match the
darwin toolset generated code.

Intel reports this won't be fixed in 10.1 because it's
an ABI breanking chanage so we won't see this patched
until the 10.2 compilers.

(No files)

Note: See TracChangeset for help on using the changeset viewer.