j
k
j a
j l
Ge van Geldorp ge@gse.nl writes:
case AddrModeFlat: dbg_printf("0x%08lx", addr->Offset); dbg_printf("0x%08llx", addr->Offset);
case AddrModeFlat:
dbg_printf("0x%08lx", addr->Offset);
dbg_printf("0x%08llx", addr->Offset);
%ll formats are not portable, please avoid them.
Back to the thread
Back to the list