Opened 8 years ago

Closed 8 years ago

#1279 closed defect (fixed)

debugger-client uses incorrect formatting strings for 32-bit systems

Reported by: sjamaan Owned by:
Priority: major Milestone: 4.11.0
Component: core tools Version: 4.10.x
Keywords: Cc:
Estimated difficulty:

Description

On 32-bit systems, the formatting strings for printf/scanf in debugger-client.scm are invalid because they accept a C_word which is not the same as a long like on 64-bit platforms.

Change History (1)

comment:1 Changed 8 years ago by evhan

Resolution: fixed
Status: newclosed

Fixed by 19578e3, 3adc144, d22d724.

Note: See TracTickets for help on using tickets.